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

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 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 17c6435..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

--
Gitblit v1.8.0