From b34490ec2b458a48802778b2ea00850634325cbb Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 02 四月 2025 13:32:59 +0800 Subject: [PATCH] 2025年04月02日13:32:56 --- app/src/main/res/layout/activity_contact_us.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_contact_us.xml b/app/src/main/res/layout/activity_contact_us.xml index e2cdd8c..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,7 +73,7 @@ android:layout_centerVertical="true" android:layout_marginStart="@dimen/dp_16" android:text="@string/email_address" - android:textColor="@color/text_E6FFFFFF" + android:textColor="@color/text_FFACACAC" android:textSize="@dimen/text_14" /> <TextView @@ -83,7 +83,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" /> </RelativeLayout> -- Gitblit v1.8.0