From ecaf8069072e71db4bff94671e72764b211d6af1 Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期四, 26 十月 2023 00:43:51 +0800
Subject: [PATCH] 功能完善

---
 app/src/main/res/layout/layout_drawer.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/layout_drawer.xml b/app/src/main/res/layout/layout_drawer.xml
index 7c1f52b..0511593 100644
--- a/app/src/main/res/layout/layout_drawer.xml
+++ b/app/src/main/res/layout/layout_drawer.xml
@@ -23,12 +23,13 @@
             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 +462,7 @@
                         />
                 </LinearLayout>
                 <LinearLayout
+                    android:id="@+id/dl_hundred_wish"
                     android:layout_width="match_parent"
                     android:layout_height="0dp"
                     android:layout_weight="1"
@@ -488,7 +490,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