From 15cd434674051e5d29215b47862686c773625fd4 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期五, 28 四月 2023 23:20:02 +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