From 82f93261d857fdc857dfe48dad33a8a1df356f24 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 14 十月 2024 13:09:42 +0800 Subject: [PATCH] 2024年10月14日13:09:31 --- app/src/main/res/layout/fragment_house_list.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml index e1db3e9..053fc29 100644 --- a/app/src/main/res/layout/fragment_house_list.xml +++ b/app/src/main/res/layout/fragment_house_list.xml @@ -76,7 +76,7 @@ <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/power_station_label_top_cl" android:layout_width="match_parent" - android:layout_height="174dp" + android:layout_height="wrap_content" android:layout_marginTop="@dimen/dp_13"> <!--鎼滅储--> <RelativeLayout @@ -291,6 +291,7 @@ android:id="@+id/fragment_house_srl" android:layout_width="match_parent" android:layout_height="match_parent" + android:layout_marginTop="@dimen/dp_21" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -299,8 +300,7 @@ <androidx.recyclerview.widget.RecyclerView android:id="@+id/fragment_house_srl_list_rc" android:layout_width="match_parent" - android:layout_height="match_parent" - /> + android:layout_height="match_parent" /> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> -- Gitblit v1.8.0