From 50101e1b1c152c5346a6f4e63a7c6db98809e4d9 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 22 五月 2024 15:02:42 +0800 Subject: [PATCH] 2024年05月22日15:02:36 --- app/src/main/res/layout/fragment_message.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml index 8779e0f..08226f9 100644 --- a/app/src/main/res/layout/fragment_message.xml +++ b/app/src/main/res/layout/fragment_message.xml @@ -8,7 +8,7 @@ <RelativeLayout android:id="@+id/message_rl" android:layout_width="match_parent" - android:layout_height="@dimen/dp_31" + android:layout_height="@dimen/dp_36" android:layout_marginStart="@dimen/dp_16" android:layout_marginTop="@dimen/dp_44" android:layout_marginEnd="@dimen/dp_16" @@ -101,7 +101,7 @@ android:layout_centerVertical="true" android:layout_marginStart="@dimen/dp_11" android:layout_toEndOf="@+id/power_station_search_iv" - android:text="Search the message" + android:text="@string/enter_alarm_name" android:textColor="@color/text_66000000" android:textSize="@dimen/text_14" /> </RelativeLayout> -- Gitblit v1.8.0