From b8209d15d915f72d9abe3a68b76e1f4cfd21eac3 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期六, 23 九月 2023 14:37:00 +0800 Subject: [PATCH] 2023年09月23日14:36:51 --- app/src/main/res/layout/fragment_house_list.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml index f9e2a3e..60365ea 100644 --- a/app/src/main/res/layout/fragment_house_list.xml +++ b/app/src/main/res/layout/fragment_house_list.xml @@ -8,7 +8,6 @@ <include android:id="@+id/toolbar_top_fragment_house_list_rl" layout="@layout/toolbar_top_view_52" /> - <RelativeLayout android:id="@+id/fragment_house_list_head_rl" android:layout_width="match_parent" @@ -16,7 +15,9 @@ android:background="@color/text_F9FAFB" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl"> + app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl" + android:visibility="gone" + > <LinearLayout android:id="@+id/fragment_house_list_content_ll" -- Gitblit v1.8.0