From 52f5a8bd245aeeeb97eb7b3d73939a30fe6f33c2 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 18 七月 2024 11:06:49 +0800
Subject: [PATCH] 2024年07月18日11:06:44

---
 app/src/main/res/layout/fragment_message.xml |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml
index 2d85498..01af4c2 100644
--- a/app/src/main/res/layout/fragment_message.xml
+++ b/app/src/main/res/layout/fragment_message.xml
@@ -22,7 +22,7 @@
             android:layout_width="wrap_content"
             android:layout_height="match_parent"
             android:layout_centerVertical="true"
-            android:gravity="center_vertical"
+            android:gravity="center_vertical|bottom"
             android:text="@string/message_nascent"
             android:textColor="@color/text_E6000000"
             android:textSize="@dimen/text_20"
@@ -37,7 +37,7 @@
             android:layout_marginEnd="@dimen/dp_4"
             android:layout_toStartOf="@+id/all_clear_iv"
             android:layout_toEndOf="@+id/message_tab_nascent_title_tv"
-            android:gravity="start|center_vertical"
+            android:gravity="start|center_vertical|bottom"
             android:text="@string/alarm_record"
             android:textColor="@color/text_66000000"
             android:textSize="@dimen/text_16"
@@ -45,14 +45,13 @@
             />
 
         <ImageView
+
             android:id="@+id/all_clear_iv"
             android:layout_width="@dimen/dp_28"
             android:layout_height="@dimen/dp_28"
             android:layout_alignParentEnd="true"
             android:layout_marginTop="@dimen/dp_4"
-            android:src="@drawable/clearall"
-
-            />
+            android:src="@drawable/clearall" />
 
 
     </RelativeLayout>
@@ -145,7 +144,7 @@
                             android:textSize="@dimen/text_14" />
 
                         <View
-                            android:layout_width="@dimen/dp_7"
+                            android:layout_width="@dimen/dp_5"
                             android:layout_height="match_parent" />
 
                         <ImageView
@@ -153,7 +152,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>
 
@@ -181,7 +180,7 @@
                             android:textSize="@dimen/text_14" />
 
                         <View
-                            android:layout_width="7dp"
+                            android:layout_width="5dp"
                             android:layout_height="match_parent" />
 
                         <ImageView
@@ -217,7 +216,7 @@
                             android:textSize="@dimen/text_14" />
 
                         <View
-                            android:layout_width="@dimen/dp_7"
+                            android:layout_width="@dimen/dp_5"
                             android:layout_height="match_parent" />
 
                         <ImageView

--
Gitblit v1.8.0