houxiao
2017-04-17 bf5edb317dcbf7ba1174968866aa8296637b3a58
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>