From 26e4efe8e80c9d10c39641929ec5a7239530a53f Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 21 五月 2024 17:00:55 +0800
Subject: [PATCH] 2024年05月21日17:00:42

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

diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml
index d22ba4f..98d847f 100644
--- a/app/src/main/res/layout/fragment_message.xml
+++ b/app/src/main/res/layout/fragment_message.xml
@@ -23,7 +23,7 @@
             android:layout_centerVertical="true"
             android:gravity="center_vertical"
             android:text="@string/message_nascent"
-            android:textColor="@color/text_90000000"
+            android:textColor="@color/text_E6000000"
             android:textSize="@dimen/text_20"
             android:textStyle="bold" />
 
@@ -38,7 +38,7 @@
             android:layout_toEndOf="@+id/message_tab_nascent_title_tv"
             android:gravity="start|center_vertical"
             android:text="@string/alarm_record"
-            android:textColor="@color/text_40000000"
+            android:textColor="@color/text_66000000"
             android:textSize="@dimen/text_16"
 
             />
@@ -101,8 +101,8 @@
                     android:layout_centerVertical="true"
                     android:layout_marginStart="@dimen/dp_11"
                     android:layout_toEndOf="@+id/power_station_search_iv"
-                    android:text="Search the message"
-                    android:textColor="@color/text_40000000"
+                    android:text="@string/enter_alarm_name"
+                    android:textColor="@color/text_66000000"
                     android:textSize="@dimen/text_14" />
             </RelativeLayout>
 
@@ -142,7 +142,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="@dimen/dp_20"
                             android:text="@string/alarm_all_device"
-                            android:textColor="@color/text_90000000"
+                            android:textColor="@color/text_E6000000"
                             android:textSize="@dimen/text_14" />
 
                         <View
@@ -178,7 +178,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="@dimen/dp_20"
                             android:text="@string/alarm_all_grade"
-                            android:textColor="@color/text_90000000"
+                            android:textColor="@color/text_E6000000"
                             android:textSize="@dimen/text_14" />
 
                         <View
@@ -214,7 +214,7 @@
                             android:layout_height="@dimen/dp_20"
                             android:layout_marginEnd="@dimen/dp_7"
                             android:text="@string/alarm_all_time"
-                            android:textColor="@color/text_90000000"
+                            android:textColor="@color/text_E6000000"
                             android:textSize="@dimen/text_14" />
 
                         <View

--
Gitblit v1.8.0