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 | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 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 d02bdb2..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" -- Gitblit v1.8.0