From d7ff801372431e64aee8f68ece4b8532cffb2207 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期二, 02 七月 2024 18:32:49 +0800 Subject: [PATCH] 2024年07月02日18:32:40 --- app/src/main/res/layout/fragment_house_list.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml index bacf98c..2b677ed 100644 --- a/app/src/main/res/layout/fragment_house_list.xml +++ b/app/src/main/res/layout/fragment_house_list.xml @@ -4,7 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/house_list_parent" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="@drawable/bj"> <!--澶撮儴鏍囩--> <RelativeLayout android:id="@+id/title_cl" @@ -50,6 +51,7 @@ android:layout_marginEnd="@dimen/dp_13" android:layout_toStartOf="@+id/add_iv" android:src="@drawable/edit" + android:visibility="gone" /> -- Gitblit v1.8.0