From e91dd3b590040b2c961e0d778c265f326228257a Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 09 十月 2024 10:41:23 +0800 Subject: [PATCH] 2024年10月09日10:41:07 --- 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