From 15d0c49e85159b9e27870aff5280c0cd95b103c4 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 04 五月 2017 17:16:56 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera1.xml |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera1.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera1.xml
index 1063e93..5531609 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera1.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera1.xml
@@ -12,19 +12,19 @@
             android:orientation="vertical">
             <LinearLayout
                 android:layout_width="match_parent"
-                android:layout_height="76dp"
+                android:layout_height="@dimen/h76dp"
                 android:gravity="right|center_vertical"
                 android:orientation="horizontal">
             </LinearLayout>
             <LinearLayout
                 android:orientation="vertical"
-                android:layout_width="596dp"
+                android:layout_width="@dimen/w596dp"
                 android:layout_height="wrap_content"
                 >
                 <LinearLayout
-                    android:layout_width="611dp"
+                    android:layout_width="@dimen/w611dp"
                     android:layout_height="wrap_content"
-                    android:layout_marginTop="20dp"
+                    android:layout_marginTop="@dimen/h20dp"
                     android:orientation="vertical">
 
                     <TextView
@@ -32,7 +32,7 @@
                         android:layout_height="wrap_content"
                         android:textColor="@color/colorPrimary"
                         android:textStyle="bold"
-                        android:textSize="@dimen/text_size_big"
+                        android:textSize="@dimen/w16dp"
                         android:text="鎽勫儚鏈�1璁剧疆"
                         android:id="@+id/fragment_check_in_right_visitor_reason_text_view"
                         />
@@ -41,10 +41,10 @@
                         android:layout_width="match_parent"
                         android:layout_height="wrap_content"
                         android:background="@null"
-                        android:layout_marginTop="15dp"
-                        android:layout_marginBottom="12dp"
+                        android:layout_marginTop="@dimen/h15dp"
+                        android:layout_marginBottom="@dimen/h12dp"
                         android:text="鎽勫儚澶�1"
-                        android:textSize="@dimen/text_size_normal"
+                        android:textSize="@dimen/w14dp"
                         android:textColor="@color/colorText_b"
                         />
                     <View
@@ -56,19 +56,19 @@
                         android:layout_height="wrap_content"
                         android:textColor="@color/colorPrimary"
                         android:textStyle="bold"
-                        android:layout_marginTop="20dp"
-                        android:textSize="@dimen/text_size_big"
+                        android:layout_marginTop="@dimen/h20dp"
+                        android:textSize="@dimen/w16dp"
                         android:text="IP鍦板潃"/>
                     <EditText
                         android:id="@+id/fragment_check_in_right_remark"
                         android:layout_width="match_parent"
                         android:layout_height="wrap_content"
                         android:background="@null"
-                        android:layout_marginTop="15dp"
-                        android:layout_marginBottom="12dp"
+                        android:layout_marginTop="@dimen/h15dp"
+                        android:layout_marginBottom="@dimen/h12dp"
                         android:hint=""
                         android:textColorHint="@color/colorText_b"
-                        android:textSize="@dimen/text_size_normal"
+                        android:textSize="@dimen/w14dp"
                         android:textColor="@color/colorText_b"/>
                     <View
                         android:layout_width="match_parent"

--
Gitblit v1.8.0