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/fragment_me.xml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_me.xml b/app/src/main/res/layout/fragment_me.xml index 94dd15a..5c9fd49 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,16 +127,17 @@ 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" app:layout_constraintTop_toBottomOf="@+id/fragment_me_icon_parent_cl"> <!--璁惧璋冭瘯--> + <!--涓昏处鍙锋墠鏄剧ず--> <include android:id="@+id/fragment_me_line_device_debug_il" layout="@layout/fragment_me_line" /> - <!--涓昏处鍙锋墠鏄剧ず--> + <include android:id="@+id/fragment_me_line_user_management_il" layout="@layout/fragment_me_line" /> -- Gitblit v1.8.0