From d475c7ab0b4bd6781c6f312b153a4f5bc780d57a Mon Sep 17 00:00:00 2001
From: chenke <chenke@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 27 七月 2017 09:17:59 +0800
Subject: [PATCH] 重命名MitiTrd为MultiTrd

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 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 5417c2d..dc713ba 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
@@ -21,7 +21,11 @@
         android:layout_width="match_parent"
         android:layout_height="@dimen/h20dp"
         android:background="#40000000"
-        android:layout_alignParentBottom="true">
+        android:layout_alignParentBottom="true"
+        android:layout_marginLeft="@dimen/w2dp"
+        android:layout_marginRight="@dimen/w2dp"
+        android:layout_marginBottom="@dimen/w2dp"
+        >
 
         <TextView
             android:id="@+id/fragment_home_bottom_attendance_cell_name"

--
Gitblit v1.8.0