From a1c880c476327032fe174af8c80d6f78a590dae9 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 07 二月 2025 16:35:22 +0800 Subject: [PATCH] Merge branch '1.5.1' into dev --- app/src/main/res/layout/activity_contact_us.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/activity_contact_us.xml b/app/src/main/res/layout/activity_contact_us.xml index e4d80ff..e2cdd8c 100644 --- a/app/src/main/res/layout/activity_contact_us.xml +++ b/app/src/main/res/layout/activity_contact_us.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/text_FF161616" + android:background="@color/text_FF000000" tools:context=".ui.me.ContactUsActivity"> <include @@ -22,7 +22,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/dp_57" android:layout_marginTop="@dimen/dp_10" - android:background="@color/text_FF333738" + android:background="@color/text_FF1C1C1E" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/toolbar_top_rl"> @@ -61,7 +61,7 @@ android:id="@+id/idemail_address_rl" android:layout_width="match_parent" android:layout_height="@dimen/dp_57" - android:background="@color/text_FF333738" + android:background="@color/text_FF1C1C1E" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/wechat_id_rl"> @@ -74,7 +74,7 @@ android:layout_marginStart="@dimen/dp_16" android:text="@string/email_address" android:textColor="@color/text_E6FFFFFF" - android:textSize="@dimen/text_16" /> + android:textSize="@dimen/text_14" /> <TextView android:id="@+id/email_address_content_tv" @@ -84,7 +84,7 @@ android:layout_centerVertical="true" android:layout_marginEnd="@dimen/dp_16" android:textColor="@color/text_66FFFFFF" - android:textSize="@dimen/text_16" /> + android:textSize="@dimen/text_14" /> </RelativeLayout> -- Gitblit v1.8.0