From efafbbf142c81c233c71de636a2d3ce9dc2124f0 Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期二, 12 九月 2023 19:20:05 +0800
Subject: [PATCH] 修复bug
---
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