From 83c12d3f28e5c43ecda8eca20cecb68bb0c58e87 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 09 十月 2024 11:12:03 +0800
Subject: [PATCH] 2024年10月09日11:12:01

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

diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml
index 4e16aa1..b0592d0 100644
--- a/app/src/main/res/layout/fragment_message.xml
+++ b/app/src/main/res/layout/fragment_message.xml
@@ -149,7 +149,7 @@
                             android:id="@+id/all_device_title_iv"
                             android:layout_width="@dimen/dp_10"
                             android:layout_height="@dimen/dp_10"
-                            android:layout_marginStart="@dimen/dp_7"
+                            android:layout_marginStart="@dimen/dp_0"
                             android:background="@drawable/down" />
 
                     </LinearLayout>
@@ -185,7 +185,7 @@
                             android:id="@+id/all_grade_title_iv"
                             android:layout_width="@dimen/dp_10"
                             android:layout_height="@dimen/dp_10"
-                            android:layout_marginStart="@dimen/dp_7"
+                            android:layout_marginStart="@dimen/dp_0"
                             android:background="@drawable/down" />
                     </LinearLayout>
 
@@ -208,7 +208,6 @@
                             android:id="@+id/all_time_title_tv"
                             android:layout_width="wrap_content"
                             android:layout_height="@dimen/dp_20"
-                            android:layout_marginEnd="@dimen/dp_7"
                             android:text="@string/alarm_all_time"
                             android:textColor="@color/text_E6000000"
                             android:textSize="@dimen/text_14" />

--
Gitblit v1.8.0