From 1df231fd6aafa221aef3532d069c7e27d4331be7 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期日, 27 八月 2023 19:21:01 +0800 Subject: [PATCH] 功能全部完成 --- app/src/main/res/layout/layout_drawer.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/layout_drawer.xml b/app/src/main/res/layout/layout_drawer.xml index 7c1f52b..80e30d8 100644 --- a/app/src/main/res/layout/layout_drawer.xml +++ b/app/src/main/res/layout/layout_drawer.xml @@ -23,12 +23,14 @@ android:gravity="center" > <androidx.constraintlayout.utils.widget.ImageFilterView + android:id="@+id/dl_home_user_avatar" android:layout_width="50dp" android:layout_height="50dp" app:roundPercent="1" android:background="@drawable/img_sakura" /> <TextView + android:id="@+id/dl_home_user_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="寮犲柕" @@ -461,6 +463,7 @@ /> </LinearLayout> <LinearLayout + android:id="@+id/dl_hundred_wish" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" @@ -488,7 +491,7 @@ /> </LinearLayout> <LinearLayout - android:id="@+id/dl_hundred_wish" + android:id="@+id/dl_tourism" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" -- Gitblit v1.9.1