From 603cb36a5123e46656b06a5deb8d7ac7ff81307f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期三, 25 十二月 2019 08:48:51 +0800 Subject: [PATCH] a --- app/src/main/res/layout/activity_main.xml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 4ffeba4..679c278 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -117,8 +117,8 @@ android:layout_height="match_parent" /> <!--鍏充簬hint缁撴潫--> <fragment - android:id="@+id/fragment_account_setting" - android:name="com.basic.security.fragment.AccountSettingFragment_" + android:id="@+id/fragment_user" + android:name="com.basic.security.fragment.UserFragment_" android:layout_width="match_parent" android:layout_height="match_parent" /> @@ -374,10 +374,11 @@ <TextView android:id="@+id/currentFragmentTextView" android:layout_width="wrap_content" - android:layout_height="@dimen/h65" + android:layout_height="wrap_content" android:layout_centerHorizontal="true" + android:background="@color/colorWhite" android:gravity="center" - android:textColor="@color/colorWhite" + android:textColor="@color/colorRed" android:textSize="25dp" /> <LinearLayout -- Gitblit v1.8.0