From bde413d383e3db95d2a255f6334fbbac7b9f373a Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 30 五月 2024 21:13:14 +0800 Subject: [PATCH] Merge branch 'wjc_new' into feature/hxb --- app/src/main/res/layout/fragment_me.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_me.xml b/app/src/main/res/layout/fragment_me.xml index c61cadf..e3bfa61 100644 --- a/app/src/main/res/layout/fragment_me.xml +++ b/app/src/main/res/layout/fragment_me.xml @@ -3,7 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/me_parent" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="@drawable/bj"> <TextView android:id="@+id/me_title_tv" -- Gitblit v1.8.0