From 3d631dbadf98f3f77c6e955cb36219217ef73ab5 Mon Sep 17 00:00:00 2001 From: 唐浩 <15928265276@163.com> Date: 星期二, 09 九月 2025 12:56:48 +0800 Subject: [PATCH] change by tanghao --- app/src/main/res/layout/fragment_base_recycler.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_base_recycler.xml b/app/src/main/res/layout/fragment_base_recycler.xml index 10ba9f5..b673bd1 100644 --- a/app/src/main/res/layout/fragment_base_recycler.xml +++ b/app/src/main/res/layout/fragment_base_recycler.xml @@ -29,7 +29,7 @@ <com.scwang.smartrefresh.layout.header.ClassicsHeader android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="80dp" android:gravity="center" /> <FrameLayout @@ -41,6 +41,7 @@ <androidx.core.widget.NestedScrollView android:id="@+id/nsv_base_scoll" android:layout_width="match_parent" + android:minHeight="500dp" android:layout_height="match_parent"> <LinearLayout @@ -50,6 +51,7 @@ <FrameLayout + android:id="@+id/fl_h_top" android:layout_width="match_parent" android:layout_height="wrap_content" /> @@ -87,7 +89,7 @@ <com.scwang.smartrefresh.layout.footer.ClassicsFooter android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="80dp" android:gravity="center" app:srlTextNothing="没有更多了" app:srlTextSizeTitle="12sp" /> -- Gitblit v1.7.1