From 8c5beca7503606493ea807223ca5c6b3f3eef016 Mon Sep 17 00:00:00 2001
From: lihongtao <lihongtao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 28 六月 2017 15:01:33 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
index ac4d70f..8833908 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
@@ -32,8 +32,8 @@
         android:layout_width="match_parent"
         android:layout_height="0dp"
         android:orientation="horizontal"
-        android:paddingLeft="2dp"
-        android:paddingRight="2dp"
+        android:paddingLeft="@dimen/w2dp"
+        android:paddingRight="@dimen/w2dp"
         android:layout_weight="1"
         >
         <RelativeLayout
@@ -61,7 +61,6 @@
                     android:text="2016骞�12鏈�5鏃�  17锛�03锛�42鍒�"
                     android:visibility="gone"
                     />
-
                 <TextView
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
@@ -74,7 +73,6 @@
                     android:layout_marginRight="@dimen/w122dp"/>
             </RelativeLayout>
         </RelativeLayout>
-
         <RelativeLayout
             android:layout_width="@dimen/view_size_0"
             android:layout_height="match_parent"
@@ -86,7 +84,6 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 />
-
             <RelativeLayout
                 android:layout_width="match_parent"
                 android:layout_height="@dimen/h50dp"
@@ -103,7 +100,6 @@
                     android:id="@+id/fragment_surveillance_exit_timer"
                     android:visibility="gone"
                     />
-
                 <TextView
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
@@ -117,7 +113,6 @@
             </RelativeLayout>
         </RelativeLayout>
     </LinearLayout>
-
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="@dimen/h290dp"

--
Gitblit v1.8.0