From fa1a77e3f95e5789c01a6dd542ac24e53b9515af Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期六, 22 六月 2024 09:14:54 +0800
Subject: [PATCH] 2024年06月22日09:14:46

---
 app/src/main/res/layout/fragment_message.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml
index 08226f9..6c955ca 100644
--- a/app/src/main/res/layout/fragment_message.xml
+++ b/app/src/main/res/layout/fragment_message.xml
@@ -3,6 +3,7 @@
     xmlns:app="http://schemas.android.com/apk/res-auto"
     android:id="@+id/message_parent"
     android:layout_width="match_parent"
+    android:background="@drawable/bj"
     android:layout_height="match_parent">
     <!--澶撮儴鏍囩-->
     <RelativeLayout
@@ -190,7 +191,7 @@
                             android:layout_width="@dimen/dp_10"
                             android:layout_height="@dimen/dp_10"
                             android:layout_marginStart="@dimen/dp_7"
-                            android:background="@drawable/up" />
+                            android:background="@drawable/down" />
                     </LinearLayout>
 
 
@@ -225,7 +226,7 @@
                             android:id="@+id/all_time_title_iv"
                             android:layout_width="@dimen/dp_10"
                             android:layout_height="@dimen/dp_10"
-                            android:background="@drawable/up" />
+                            android:background="@drawable/down" />
                     </LinearLayout>
 
 

--
Gitblit v1.8.0