From 1cbe3da23535a1111510a6fce6fe24fd2983bfd1 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 03 五月 2017 14:53:41 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml
index 20df68c..5417c2d 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml
@@ -13,6 +13,9 @@
         fresco:roundedCornerRadius="@dimen/w5dp"
         android:layout_alignParentBottom="true"
         android:scaleType="centerCrop"
+        android:paddingTop="@dimen/h15dp"
+        android:paddingRight="@dimen/w5dp"
+        android:paddingLeft="@dimen/w5dp"
         />
     <LinearLayout
         android:layout_width="match_parent"
@@ -26,7 +29,7 @@
             android:layout_height="match_parent"
             android:layout_weight="1"
             android:text=""
-            android:textSize="@dimen/text_size_small"
+            android:textSize="@dimen/w12dp"
             android:gravity="center"
             android:textColor="@android:color/white"/>
         <View
@@ -38,8 +41,8 @@
             android:layout_width="@dimen/view_size_0"
             android:layout_height="match_parent"
             android:layout_weight="1"
-            android:text="鏉ヨ鐧昏"
-            android:textSize="@dimen/text_size_small"
+            android:text="绛惧埌"
+            android:textSize="@dimen/w12dp"
             android:gravity="center"
             android:textColor="@android:color/white"
             android:background="#00000000"

--
Gitblit v1.8.0