From cd16f8ff358d41af50307318aa4e420e1d608086 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 01 七月 2024 16:49:40 +0800
Subject: [PATCH] 2024年07月01日16:49:23
---
app/src/main/res/layout/fragment_message.xml | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml
index 2d85498..c9efd4b 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
@@ -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