From 821b1bea4a77497506c3e22529ba76b2f84cceb7 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 03 五月 2017 11:57:01 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left.xml index 8bc71e0..9730e67 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left.xml @@ -11,6 +11,7 @@ android:layout_marginTop="@dimen/h10dp" android:layout_centerVertical="true" android:textColor="#8BD2F6" + android:textSize="@dimen/w14dp" /> <LinearLayout android:layout_width="match_parent" @@ -28,7 +29,9 @@ android:gravity="center" android:hint="Search" android:textColorHint="@color/colorSearch" - android:background="@drawable/visitor_register_search_et"/> + android:background="@drawable/visitor_register_search_et" + android:textSize="@dimen/w14dp" + /> <cn.com.basic.face.widget.attendance.AttendanceLeftListView android:id="@+id/fragment_attendance_left_list_view" android:layout_width="match_parent" -- Gitblit v1.8.0