From cb79815beaa49dd657e806539d7fe2d755aad40a Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 23 十二月 2024 18:15:01 +0800 Subject: [PATCH] 2024年12月23日18:14:59 --- app/src/main/res/layout/activity_contact_us.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 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..bf2473c 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"> -- Gitblit v1.8.0