From 84e391f79e4c298e31b990667a54d991d645949f Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 25 十二月 2019 09:01:50 +0800
Subject: [PATCH] a

---
 app/src/main/res/layout/fragment_system_setting_tabs.xml |   73 +++++++++++++++++-------------------
 1 files changed, 35 insertions(+), 38 deletions(-)

diff --git a/app/src/main/res/layout/fragment_system_setting_tabs.xml b/app/src/main/res/layout/fragment_system_setting_tabs.xml
index b989fde..0464014 100644
--- a/app/src/main/res/layout/fragment_system_setting_tabs.xml
+++ b/app/src/main/res/layout/fragment_system_setting_tabs.xml
@@ -29,7 +29,19 @@
                     android:background="#2dfef8"
                     android:visibility="gone" />
             </LinearLayout>
+            <LinearLayout
+                android:layout_width="0dp"
+                android:layout_height="wrap_content"
+                android:layout_weight="1"
+                android:gravity="center">
 
+                <View
+                    android:id="@+id/tv_hint_setting_layout"
+                    android:layout_width="@dimen/w103"
+                    android:layout_height="@dimen/h5"
+                    android:background="#2dfef8"
+                    android:visibility="gone" />
+            </LinearLayout>
             <LinearLayout
                 android:layout_width="0dp"
                 android:layout_height="wrap_content"
@@ -44,20 +56,6 @@
                     android:visibility="gone" />
             </LinearLayout>
 
-            <LinearLayout
-                android:visibility="gone"
-                android:layout_width="0dp"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:gravity="center">
-
-                <View
-                    android:id="@+id/colony_set_layout"
-                    android:layout_width="@dimen/w103"
-                    android:layout_height="@dimen/h5"
-                    android:background="#2dfef8"
-                    android:visibility="gone" />
-            </LinearLayout>
 
             <LinearLayout
                 android:layout_width="0dp"
@@ -101,7 +99,26 @@
                 android:layout_height="@dimen/h23"
                 android:layout_gravity="center"
                 android:background="#2dfef8" />
+            <LinearLayout
+                android:layout_width="0dp"
+                android:layout_height="wrap_content"
+                android:layout_weight="1"
+                android:gravity="center">
 
+                <TextView
+                    android:id="@+id/tv_hint_setting"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:text="鎻愮ず璇厤缃�"
+                    android:textColor="@color/colorWhite"
+                    android:textSize="@dimen/font_size_21" />
+            </LinearLayout>
+
+            <View
+                android:layout_width="@dimen/w2"
+                android:layout_height="@dimen/h23"
+                android:layout_gravity="center"
+                android:background="#2dfef8" />
             <LinearLayout
                 android:layout_width="0dp"
                 android:layout_height="wrap_content"
@@ -118,33 +135,12 @@
             </LinearLayout>
 
             <View
-                android:visibility="gone"
                 android:layout_width="@dimen/w2"
                 android:layout_height="@dimen/h23"
                 android:layout_gravity="center"
                 android:background="#2dfef8" />
 
-            <LinearLayout
-                android:visibility="gone"
-                android:layout_width="0dp"
-                android:layout_height="wrap_content"
-                android:layout_weight="1"
-                android:gravity="center">
 
-                <TextView
-                    android:id="@+id/colony_set"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text="闆嗙兢璁剧疆"
-                    android:textColor="@color/colorWhite"
-                    android:textSize="@dimen/font_size_21" />
-            </LinearLayout>
-
-            <View
-                android:layout_width="@dimen/w2"
-                android:layout_height="@dimen/h23"
-                android:layout_gravity="center"
-                android:background="#2dfef8" />
 
             <LinearLayout
                 android:layout_width="0dp"
@@ -165,10 +161,11 @@
 
     </RelativeLayout>
 
+    <!--
     <LinearLayout
         android:id="@+id/ll_all_base_setting"
         android:layout_width="@dimen/w150"
-        android:layout_height="@dimen/h139"
+        android:layout_height="@dimen/h209"
         android:layout_marginLeft="@dimen/w45"
         android:layout_marginTop="@dimen/w100"
         android:background="#235563"
@@ -199,13 +196,11 @@
             android:textSize="@dimen/font_size_21" />
 
         <View
-            android:visibility="gone"
             android:layout_width="match_parent"
             android:layout_height="@dimen/h1"
             android:background="@color/white"/>
 
         <TextView
-            android:visibility="gone"
             android:id="@+id/tv_time_setting"
             android:layout_width="match_parent"
             android:layout_height="@dimen/h69"
@@ -215,5 +210,7 @@
             android:textSize="@dimen/font_size_21" />
 
     </LinearLayout>
+    -->
+
 
 </RelativeLayout>
\ No newline at end of file

--
Gitblit v1.8.0