From 5f6f6485349c6c2b4d046f4307a8b8c8b251bdc1 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 03 五月 2017 10:07:13 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 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 745a2d2..3e47012 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
@@ -43,7 +43,7 @@
                 android:id="@+id/fragment_supervisory_enter_camera" />
             <RelativeLayout
                 android:layout_width="match_parent"
-                android:layout_height="@dimen/view_size_50"
+                android:layout_height="@dimen/h50dp"
                 android:layout_alignParentBottom="true"
                 android:background="#40000000">
                 <TextView
@@ -65,7 +65,7 @@
                     android:layout_alignParentRight="true"
                     android:background="@drawable/surface_info_bcg"
                     android:text="鎽勫儚鏈鸿繘"
-                    android:layout_marginRight="12dp"/>
+                    android:layout_marginRight="@dimen/w122dp"/>
             </RelativeLayout>
         </RelativeLayout>
 
@@ -83,7 +83,7 @@
 
             <RelativeLayout
                 android:layout_width="match_parent"
-                android:layout_height="@dimen/view_size_50"
+                android:layout_height="@dimen/h50dp"
                 android:layout_alignParentBottom="true"
                 android:background="#40000000">
                 <TextView
@@ -92,7 +92,7 @@
                     android:layout_centerVertical="true"
                     android:textSize="@dimen/text_size_normal"
                     android:textColor="@android:color/white"
-                    android:layout_marginLeft="16dp"
+                    android:layout_marginLeft="@dimen/w16dp"
                     android:text="2016骞�12鏈�5鏃�  17锛�03锛�42鍒�"
                     android:id="@+id/fragment_surveillance_exit_timer"
                     />
@@ -114,14 +114,14 @@
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent"
-        android:layout_marginTop="4dp"
-        android:paddingRight="4dp"
+        android:layout_marginTop="@dimen/h4dp"
+        android:paddingRight="@dimen/h4dp"
         android:orientation="horizontal">
         <RelativeLayout
             android:layout_width="wrap_content"
             android:layout_height="match_parent">
             <RadioGroup
-                android:layout_width="64dp"
+                android:layout_width="@dimen/w64dp"
                 android:layout_height="match_parent"
                 android:id="@+id/fragment_supervisory_bottom_left_radio_group">
 
@@ -151,7 +151,7 @@
                     android:text="鑰冨嫟"/>
             </RadioGroup>
             <LinearLayout
-                android:layout_width="5dp"
+                android:layout_width="@dimen/w5dp"
                 android:layout_height="match_parent"
                 android:orientation="vertical">
 

--
Gitblit v1.8.0