From ec282d9bf134fbda578ff901e4a620222a851d3f Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期三, 20 十一月 2024 10:14:46 +0800 Subject: [PATCH] fix bug --- app/src/main/res/layout/fragment_tree.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_tree.xml b/app/src/main/res/layout/fragment_tree.xml index 7c535ce..d9be5f0 100644 --- a/app/src/main/res/layout/fragment_tree.xml +++ b/app/src/main/res/layout/fragment_tree.xml @@ -186,7 +186,7 @@ app:layout_behavior="@string/bottom_sheet_behavior" android:id="@+id/bottom" android:background="@drawable/bg_white_top_20dp" - android:layout_height="311dp"> + android:layout_height="290dp"> <TextView android:layout_width="match_parent" android:layout_height="53dp" -- Gitblit v1.7.1