From 7e1ff0216432f674021c3e882ae5ff3724accea7 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 12 十二月 2024 16:50:46 +0800 Subject: [PATCH] 2024年12月12日16:50:44 --- app/src/main/res/layout/fragment_me.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_me.xml b/app/src/main/res/layout/fragment_me.xml index 94dd15a..6517fe0 100644 --- a/app/src/main/res/layout/fragment_me.xml +++ b/app/src/main/res/layout/fragment_me.xml @@ -4,7 +4,7 @@ android:id="@+id/me_parent" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/text_FF161616"> + android:background="@color/text_FF000000"> <androidx.core.widget.NestedScrollView android:layout_width="match_parent" @@ -127,7 +127,7 @@ android:layout_marginStart="@dimen/dp_16" android:layout_marginTop="@dimen/dp_20" android:layout_marginEnd="@dimen/dp_16" - android:background="@drawable/search_bj_ff333738" + android:background="@drawable/search_bj_ff1c1c1e" android:orientation="vertical" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" -- Gitblit v1.8.0