From 3a5f09c61a87adb8dba2cc4a5366893886ba1c1d Mon Sep 17 00:00:00 2001
From: dupengyue <dupengyue@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 20 七月 2017 17:31:40 +0800
Subject: [PATCH] 接口初步完成

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml
index 47daf81..d2bbb63 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml
@@ -4,15 +4,15 @@
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
     <LinearLayout
-        android:paddingTop="13dp"
-        android:paddingBottom="13dp"
+        android:paddingTop="@dimen/h13dp"
+        android:paddingBottom="@dimen/h13dp"
         android:gravity="center_horizontal"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:orientation="horizontal">
 
         <LinearLayout
-            android:layout_width="298dp"
+            android:layout_width="@dimen/w298dp"
             android:layout_height="wrap_content"
             android:orientation="horizontal">
 
@@ -33,7 +33,7 @@
                 android:background="@null"/>
         </LinearLayout>
         <LinearLayout
-            android:layout_width="298dp"
+            android:layout_width="@dimen/w298dp"
             android:layout_height="wrap_content"
             android:orientation="horizontal">
 

--
Gitblit v1.8.0