From 589d1dff2ce8554ee53b818a98db000df7fdf4e7 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 22 七月 2025 10:19:17 +0800
Subject: [PATCH] 2025年07月22日10:19:08

---
 app/src/main/res/layout/activity_contact_us.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app/src/main/res/layout/activity_contact_us.xml b/app/src/main/res/layout/activity_contact_us.xml
index bf2473c..e72e104 100644
--- a/app/src/main/res/layout/activity_contact_us.xml
+++ b/app/src/main/res/layout/activity_contact_us.xml
@@ -34,7 +34,7 @@
             android:layout_centerVertical="true"
             android:layout_marginStart="@dimen/dp_16"
             android:text="@string/wechat_id"
-            android:textColor="@color/text_E6FFFFFF"
+            android:textColor="@color/text_FFACACAC"
             android:textSize="@dimen/text_14"
 
             />
@@ -46,7 +46,7 @@
             android:layout_alignParentEnd="true"
             android:layout_centerVertical="true"
             android:layout_marginEnd="@dimen/dp_16"
-            android:textColor="@color/text_66FFFFFF"
+            android:textColor="@color/text_FF5B5B5B"
             android:textSize="@dimen/text_14" />
 
         <View
@@ -73,8 +73,8 @@
             android:layout_centerVertical="true"
             android:layout_marginStart="@dimen/dp_16"
             android:text="@string/email_address"
-            android:textColor="@color/text_E6FFFFFF"
-            android:textSize="@dimen/text_16" />
+            android:textColor="@color/text_FFACACAC"
+            android:textSize="@dimen/text_14" />
 
         <TextView
             android:id="@+id/email_address_content_tv"
@@ -83,8 +83,8 @@
             android:layout_alignParentEnd="true"
             android:layout_centerVertical="true"
             android:layout_marginEnd="@dimen/dp_16"
-            android:textColor="@color/text_66FFFFFF"
-            android:textSize="@dimen/text_16" />
+            android:textColor="@color/text_FF5B5B5B"
+            android:textSize="@dimen/text_14" />
 
     </RelativeLayout>
 

--
Gitblit v1.8.0