From 800cf637391b4b237149907ef3b3323966d971da Mon Sep 17 00:00:00 2001
From: haijiang <181069201@qq.com>
Date: Thu, 10 May 2018 19:04:38 +0800
Subject: [PATCH] 提交
---
app/src/main/res/layout/fragment_setting_layout.xml | 14 ++++++++++++++
1 files changed, 14 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..a2bef33 100644
--- a/app/src/main/res/layout/fragment_setting_layout.xml
+++ b/app/src/main/res/layout/fragment_setting_layout.xml
@@ -124,6 +124,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