From 30b7d526263abf634ee1003a572930822e81c8a2 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 24 七月 2024 19:26:46 +0800
Subject: [PATCH] 2024年07月24日19:26:40

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

diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml
index c9efd4b..e022ab1 100644
--- a/app/src/main/res/layout/fragment_message.xml
+++ b/app/src/main/res/layout/fragment_message.xml
@@ -32,9 +32,8 @@
             android:id="@+id/message_tab_recover_title_tv"
             android:layout_width="wrap_content"
             android:layout_height="match_parent"
-            android:layout_centerVertical="true"
-            android:layout_marginStart="@dimen/dp_21"
-            android:layout_marginEnd="@dimen/dp_4"
+            android:layout_marginStart="20dp"
+            android:layout_marginEnd="4dp"
             android:layout_toStartOf="@+id/all_clear_iv"
             android:layout_toEndOf="@+id/message_tab_nascent_title_tv"
             android:gravity="start|center_vertical|bottom"
@@ -152,7 +151,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>
 

--
Gitblit v1.8.0