From bf5edb317dcbf7ba1174968866aa8296637b3a58 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 17 四月 2017 14:21:14 +0800
Subject: [PATCH] decode bug fix
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml | 50 +++++++++++++++++++++++++++++---------------------
1 files changed, 29 insertions(+), 21 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..51b2773 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
@@ -48,12 +48,15 @@
<RelativeLayout
android:background="@android:color/white"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:id="@+id/fragment_device_left_wifi_relative_layout"
+ >
<RadioButton
android:id="@+id/fragment_device_left_wifi_check_box"
android:layout_centerVertical="true"
android:layout_marginLeft="24dp"
+ android:clickable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<LinearLayout
@@ -72,10 +75,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 +104,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 +140,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 +183,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 +212,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