From 38492bbaa63586e2f4877da0eaa01a082fd565a6 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期三, 25 十二月 2019 08:42:58 +0800 Subject: [PATCH] a --- app/src/main/res/layout/fragment_setting.xml | 32 ++++++++++++++++++++++---------- 1 files changed, 22 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/layout/fragment_setting.xml b/app/src/main/res/layout/fragment_setting.xml index c3c07d4..a6e2950 100644 --- a/app/src/main/res/layout/fragment_setting.xml +++ b/app/src/main/res/layout/fragment_setting.xml @@ -543,6 +543,17 @@ android:layout_marginBottom="@dimen/h66" android:layout_gravity="center_horizontal"> <Button + android:id="@+id/goto_home" + android:layout_width="@dimen/w65" + android:layout_height="@dimen/h40" + android:textSize="@dimen/h13" + android:textColor="#222" + android:layout_gravity="center" + android:background="@drawable/white_button" + android:text="杩斿洖"/> + + <Button + android:layout_marginLeft="@dimen/w28" android:id="@+id/save" android:layout_width="@dimen/w65" android:layout_height="@dimen/h40" @@ -551,16 +562,7 @@ android:layout_gravity="center" android:background="@drawable/blue_button" android:text="淇濆瓨"/> - <Button - android:id="@+id/goto_home" - android:layout_marginLeft="@dimen/w28" - android:layout_width="@dimen/w65" - android:layout_height="@dimen/h40" - android:textSize="@dimen/h13" - android:textColor="@color/white" - android:layout_gravity="center" - android:background="@drawable/blue_button" - android:text="杩斿洖"/> + <Button android:id="@+id/exit" android:layout_marginLeft="@dimen/w28" @@ -573,6 +575,16 @@ android:text="閫�鍑�" android:visibility="gone" /> + <Button + android:layout_marginLeft="@dimen/w28" + android:id="@+id/open_system_setting" + android:layout_width="@dimen/w180" + android:layout_height="@dimen/h40" + android:textSize="@dimen/h13" + android:textColor="#222" + android:layout_gravity="center" + android:background="@drawable/white_button" + android:text="鎵撳紑绯荤粺璁剧疆"/> </LinearLayout> </LinearLayout> -- Gitblit v1.8.0