From 233bc2ed60cb00b8ecde0034b5bf59f870af6440 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 13 四月 2017 17:56:59 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml |   45 +++++++++++++++++++++++++--------------------
 1 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml
index ae3ee08..17c6435 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml
@@ -72,10 +72,6 @@
                         android:gravity="center_vertical"
                         android:textSize="@dimen/text_size_big"
                         android:textColor="@color/colorText_5"/>
-                    <View
-                        android:layout_width="match_parent"
-                        android:layout_height="1dp"
-                        android:background="@color/colorText_b"/>
                 </LinearLayout>
             </RelativeLayout>
             <RelativeLayout
@@ -105,11 +101,14 @@
                         android:gravity="center_vertical"
                         android:textSize="@dimen/text_size_big"
                         android:textColor="@color/colorText_5"/>
-                    <View
-                        android:layout_width="match_parent"
-                        android:layout_height="1dp"
-                        android:background="@color/colorText_b"/>
+
                 </LinearLayout>
+                <View
+                    android:layout_width="match_parent"
+                    android:layout_height="1dp"
+                    android:background="@color/colorText_b"
+                    android:layout_marginLeft="24dp"
+                    />
             </RelativeLayout>
             <RelativeLayout
                 android:background="@android:color/white"
@@ -138,11 +137,13 @@
                         android:gravity="center_vertical"
                         android:textSize="@dimen/text_size_big"
                         android:textColor="@color/colorText_5"/>
-                    <View
-                        android:layout_width="match_parent"
-                        android:layout_height="1dp"
-                        android:background="@color/colorText_b"/>
                 </LinearLayout>
+                <View
+                    android:layout_width="match_parent"
+                    android:layout_height="1dp"
+                    android:background="@color/colorText_b"
+                    android:layout_marginLeft="24dp"
+                    />
             </RelativeLayout>
             <TextView
                 android:layout_width="match_parent"
@@ -179,10 +180,6 @@
                         android:gravity="center_vertical"
                         android:textSize="@dimen/text_size_big"
                         android:textColor="@color/colorText_5"/>
-                    <View
-                        android:layout_width="match_parent"
-                        android:layout_height="1dp"
-                        android:background="@color/colorText_b"/>
                 </LinearLayout>
             </RelativeLayout>
             <RelativeLayout
@@ -212,12 +209,20 @@
                         android:gravity="center_vertical"
                         android:textSize="@dimen/text_size_big"
                         android:textColor="@color/colorText_5"/>
-                    <View
-                        android:layout_width="match_parent"
-                        android:layout_height="1dp"
-                        android:background="@color/colorText_b"/>
                 </LinearLayout>
+                <View
+                    android:layout_width="match_parent"
+                    android:layout_height="1dp"
+                    android:background="@color/colorText_b"
+                    android:layout_marginLeft="24dp"
+                    />
             </RelativeLayout>
+            <View
+                android:layout_width="match_parent"
+                android:layout_height="1dp"
+                android:background="@color/colorText_b"
+                android:layout_marginLeft="24dp"
+                />
         </LinearLayout>
     </LinearLayout>
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0