From 0ccb78cfb85fbba31ee16a57b13752747585b9a9 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 15 九月 2025 10:15:12 +0800
Subject: [PATCH] Merge branch 'master' into google
---
app/src/main/res/layout/fragment_message_all.xml | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/app/src/main/res/layout/fragment_message_all.xml b/app/src/main/res/layout/fragment_message_all.xml
index fd146fb..a3bc437 100644
--- a/app/src/main/res/layout/fragment_message_all.xml
+++ b/app/src/main/res/layout/fragment_message_all.xml
@@ -3,19 +3,19 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/all_parent"
android:layout_width="match_parent"
- android:background="#EA0C0C"
android:layout_height="match_parent">
- <androidx.recyclerview.widget.RecyclerView
- android:id="@+id/message_all_recyclerview"
+ <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
+ android:id="@+id/message_all_srl"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/text_FFB300"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
+ android:layout_height="match_parent">
-
+ <androidx.recyclerview.widget.RecyclerView
+ android:id="@+id/message_all_recyclerview"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:clipToPadding="false"
+ android:paddingBottom="@dimen/dp_16" />
+ </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</FrameLayout>
\ No newline at end of file
--
Gitblit v1.8.0