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_account_setting.xml | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_account_setting.xml b/app/src/main/res/layout/fragment_account_setting.xml index 29027a1..6e75e0c 100644 --- a/app/src/main/res/layout/fragment_account_setting.xml +++ b/app/src/main/res/layout/fragment_account_setting.xml @@ -50,7 +50,7 @@ <Button android:id="@+id/btn_change_photo" - android:layout_width="0dp" + android:layout_width="wrap_content" android:layout_weight="1" android:layout_height="@dimen/h40" android:layout_gravity="center" @@ -65,8 +65,23 @@ android:layout_weight="1" /> <Button - android:id="@+id/btn_sure_photo" + android:id="@+id/btn_delete_photo" + android:layout_width="wrap_content" + android:layout_weight="1" + android:layout_height="@dimen/h40" + android:layout_gravity="center" + android:background="@drawable/blue_button" + android:text="鎭㈠榛樿澶村儚" + android:textColor="@color/colorWhite" + android:textSize="@dimen/font_size_21" /> + + <View android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> + <Button + android:id="@+id/btn_sure_photo" + android:layout_width="wrap_content" android:layout_weight="1" android:layout_height="@dimen/h40" android:layout_gravity="center" @@ -82,6 +97,7 @@ </LinearLayout> <LinearLayout + android:visibility="gone" android:layout_width="match_parent" android:layout_height="@dimen/h87"> -- Gitblit v1.8.0