From 9cd20c790938aff6a1b91e0e52547077ab239db1 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 05 四月 2017 15:29:49 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left_row.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left_row.xml index 5bf4354..a5fc408 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left_row.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left_row.xml @@ -17,7 +17,7 @@ android:id="@+id/fragment_phone_call_left_interviewee_row_name" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="11" + android:text="" android:layout_centerVertical="true" android:textSize="@dimen/text_size_big" android:textColor="@color/colorText_b"/> @@ -25,14 +25,14 @@ android:id="@+id/fragment_phone_call_left_interviewee_row_dept" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="12" + android:text="" android:layout_centerVertical="true" android:layout_toRightOf="@id/fragment_phone_call_left_interviewee_row_name" android:layout_marginLeft="20dp" android:textSize="@dimen/text_size_big" android:textColor="@color/colorText_5"/> <com.facebook.drawee.view.SimpleDraweeView - android:id="@+id/fragment_phone_call_left_interviewee_row_photo" + android:id="@+id/fragment_phone_call_left_row_photo" android:layout_width="36dp" android:layout_height="36dp" fresco:roundAsCircle = "true" -- Gitblit v1.8.0