From ea239bc2b864c3bd39c0ca0a42e14cea8ee76365 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 05 四月 2017 15:56:42 +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 a5fc408..02dc7fd 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 @@ -8,13 +8,13 @@ android:paddingLeft="20dp" android:paddingRight="20dp"> <RelativeLayout - android:id="@+id/fragment_phone_call_left_interviewee_row_relativeLayout" + android:id="@+id/fragment_phone_call_left_row_relativeLayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="12dp" android:paddingBottom="12dp"> <TextView - android:id="@+id/fragment_phone_call_left_interviewee_row_name" + android:id="@+id/fragment_phone_call_left_row_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="" @@ -27,7 +27,7 @@ android:layout_height="wrap_content" android:text="" android:layout_centerVertical="true" - android:layout_toRightOf="@id/fragment_phone_call_left_interviewee_row_name" + android:layout_toRightOf="@id/fragment_phone_call_left_row_name" android:layout_marginLeft="20dp" android:textSize="@dimen/text_size_big" android:textColor="@color/colorText_5"/> -- Gitblit v1.8.0