From 75e83be13a8c4ccf081c4dc07a262e4096783c7e Mon Sep 17 00:00:00 2001
From: 陈奇 <1650699704@qq.com>
Date: Fri, 02 Nov 2018 17:34:21 +0800
Subject: [PATCH] [*]修改电磁版本 配合电子修改bug

---
 app/src/main/res/layout/fragment_setting_layout.xml |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/app/src/main/res/layout/fragment_setting_layout.xml b/app/src/main/res/layout/fragment_setting_layout.xml
index 3cdb3b9..deb61da 100644
--- a/app/src/main/res/layout/fragment_setting_layout.xml
+++ b/app/src/main/res/layout/fragment_setting_layout.xml
@@ -107,6 +107,14 @@
             android:textColor="@color/dark_gray_txt"
             android:drawableRight="@mipmap/icon_jiantou"
             android:textSize="16sp" />
+        <android.support.v7.widget.SwitchCompat
+            android:id="@+id/sc_male"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_marginRight="@dimen/x20"
+            android:text="���"
+            android:layout_centerVertical="true"
+            android:layout_alignParentRight="true"/>
     </RelativeLayout>
     <View
         android:layout_width="match_parent"
@@ -124,6 +132,20 @@
         android:gravity="center"
         android:textColor="@color/white"
         android:textSize="16sp" />
+
+    <Button
+        android:id="@+id/bt_look"
+        android:layout_width="match_parent"
+        android:layout_height="@dimen/x40"
+        android:layout_marginLeft="@dimen/x40"
+        android:layout_marginRight="@dimen/x40"
+        android:layout_marginTop="@dimen/x24"
+        android:background="@mipmap/bt_blue"
+        android:text="������������"
+        android:visibility="gone"
+        android:gravity="center"
+        android:textColor="@color/white"
+        android:textSize="16sp" />
     <TextView
         android:id="@+id/tv_version"
         android:layout_width="match_parent"

--
Gitblit v1.8.0