From a0dc6be52293a64ebfe38b8c2391dc7d2ffe63ae Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期一, 15 五月 2023 20:05:27 +0800 Subject: [PATCH] 提交代码 --- app/src/main/res/layout/layout_drawer.xml | 3 ++- 1 files changed, 2 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..2982748 100644 --- a/app/src/main/res/layout/layout_drawer.xml +++ b/app/src/main/res/layout/layout_drawer.xml @@ -461,6 +461,7 @@ /> </LinearLayout> <LinearLayout + android:id="@+id/dl_hundred_wish" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" @@ -488,7 +489,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