From 957b8e9d4bc63524dad27c2f8458856da0bf5c06 Mon Sep 17 00:00:00 2001
From: 张海江 <181069201@qq.com>
Date: Mon, 07 Aug 2017 13:20:28 +0800
Subject: [PATCH] 提交代码

---
 app/src/main/res/layout/fragment_setting_layout.xml |   13 +++++++++++++
 1 files changed, 13 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 53a3afd..4452907 100644
--- a/app/src/main/res/layout/fragment_setting_layout.xml
+++ b/app/src/main/res/layout/fragment_setting_layout.xml
@@ -76,6 +76,7 @@
             android:textSize="16sp" />
 
         <android.support.v7.widget.SwitchCompat
+            android:id="@+id/sc_open"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_alignParentRight="true"/>
@@ -111,4 +112,16 @@
         android:layout_width="match_parent"
         android:layout_height="1dp"
         android:background="@color/gray_line"/>
+    <Button
+        android:id="@+id/bt_sure"
+        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_red"
+        android:text="������������"
+        android:gravity="center"
+        android:textColor="@color/white"
+        android:textSize="16sp" />
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0