From 5f6f6485349c6c2b4d046f4307a8b8c8b251bdc1 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 03 五月 2017 10:07:13 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml index 31ca166..43c8986 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml @@ -13,7 +13,7 @@ android:textColor="@color/colorText_5" android:paddingTop="@dimen/w5dp" android:paddingBottom="@dimen/h5dp" - android:textSize="24sp" + android:textSize="@dimen/w24dp" android:text="琚浜哄鍚�" /> @@ -46,6 +46,7 @@ android:layout_height="@dimen/h100dp" android:layout_gravity="center_horizontal" android:text="娣诲姞\n琚浜哄憳" + android:textSize="@dimen/w16dp" android:gravity="center" android:layout_alignParentTop="true" /> </RelativeLayout> @@ -59,14 +60,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="閮ㄩ棬锛�" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:textColor="@color/colorText_5"/> <TextView android:id="@+id/fragment_check_in_right_interviewee_cell_dept" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:textColor="@color/colorText_b"/> </LinearLayout> <LinearLayout @@ -79,14 +80,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="鑱屽姟锛�" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:textColor="@color/colorText_5"/> <TextView android:id="@+id/fragment_check_in_right_interviewee_cell_post" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:textColor="@color/colorText_b"/> </LinearLayout> <LinearLayout @@ -102,6 +103,7 @@ android:gravity="center" android:textColor="@android:color/white" android:background="@drawable/main_btn_bcg" + android:textSize="@dimen/w16dp" android:text="鍛煎彨鎵嬫満"/> <TextView android:id="@+id/fragment_check_in_right_interviewee_cell_call_tel" @@ -111,6 +113,7 @@ android:layout_marginLeft="@dimen/w10dp" android:textColor="@android:color/white" android:background="@drawable/main_btn_bcg" + android:textSize="@dimen/w16dp" android:text="鍛煎彨搴ф満"/> </LinearLayout> -- Gitblit v1.8.0