From 2a6c0d9a93923f852a90f9f53f5e75985ad5bf73 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 14 十二月 2023 09:52:10 +0800 Subject: [PATCH] 2023年12月14日09:51:57 --- app/src/main/res/layout/fragment_message_all.xml | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_message_all.xml b/app/src/main/res/layout/fragment_message_all.xml index ef8660f..fd146fb 100644 --- a/app/src/main/res/layout/fragment_message_all.xml +++ b/app/src/main/res/layout/fragment_message_all.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="utf-8"?> -<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 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" - android:layout_width="0dp" - android:layout_height="0dp" + 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" @@ -15,4 +18,4 @@ -</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file +</FrameLayout> \ No newline at end of file -- Gitblit v1.8.0