From 15d0c49e85159b9e27870aff5280c0cd95b103c4 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 04 五月 2017 17:16:56 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml index 9b23b7d..79c473d 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml @@ -22,7 +22,9 @@ android:gravity="center" android:textColor="@android:color/white" android:background="@drawable/u321" - android:text=""/> + android:text="" + android:textSize="@dimen/w14dp" + /> <TextView android:id="@+id/fragment_check_in_right_add" android:layout_width="@dimen/w40dp" @@ -31,7 +33,9 @@ android:layout_marginLeft="@dimen/w10dp" android:textColor="@android:color/white" android:background="@drawable/u249" - android:text=""/> + android:text="" + android:textSize="@dimen/w14dp" + /> <TextView android:id="@+id/fragment_check_in_right_save" android:layout_width="@dimen/w40dp" @@ -41,7 +45,8 @@ android:layout_marginRight="@dimen/w10dp" android:textColor="@android:color/white" android:background="@drawable/u208" - android:text=""/> + android:text="" + android:textSize="@dimen/w14dp"/> </LinearLayout> <LinearLayout android:layout_width="wrap_content" @@ -79,7 +84,7 @@ android:layout_height="wrap_content" android:textColor="@color/colorPrimary" android:textStyle="bold" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:text="@string/visitor_reason" android:id="@+id/fragment_check_in_right_visitor_reason_text_view" /> @@ -91,7 +96,7 @@ android:layout_marginTop="@dimen/h15dp" android:layout_marginBottom="@dimen/h12dp" android:text="" - android:textSize="@dimen/text_size_normal" + android:textSize="@dimen/w14dp" android:textColor="@color/colorText_b" /> <View @@ -104,7 +109,7 @@ android:textColor="@color/colorPrimary" android:textStyle="bold" android:layout_marginTop="@dimen/h20dp" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:text="@string/visitor_remark"/> <EditText android:id="@+id/fragment_check_in_right_remark" @@ -115,7 +120,7 @@ android:layout_marginBottom="@dimen/h12dp" android:hint="" android:textColorHint="@color/colorText_b" - android:textSize="@dimen/text_size_normal" + android:textSize="@dimen/w14dp" android:textColor="@color/colorText_b"/> <View android:layout_width="match_parent" -- Gitblit v1.8.0