From cdf49871675e42a5576f725a93eec7ca15294c6f Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 15 四月 2025 17:22:34 +0800 Subject: [PATCH] Merge branch '1.5.2' --- 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