From 589d1dff2ce8554ee53b818a98db000df7fdf4e7 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 22 七月 2025 10:19:17 +0800
Subject: [PATCH] 2025年07月22日10:19:08
---
app/src/main/res/layout/fragment_me.xml | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/app/src/main/res/layout/fragment_me.xml b/app/src/main/res/layout/fragment_me.xml
index a507662..6a4024a 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="@drawable/bj">
+ android:background="@color/text_FF000000">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
@@ -33,7 +33,8 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/me"
- android:textColor="@color/text_E6FFFFFF"
+ android:textColor="@color/text_FFACACAC"
+
android:textSize="@dimen/text_18" />
@@ -78,7 +79,7 @@
android:gravity="end|center_vertical"
android:paddingStart="@dimen/dp_0"
android:paddingEnd="@dimen/dp_3"
- android:textColor="@color/text_E6FFFFFF"
+ android:textColor="@color/text_FFACACAC"
android:textSize="@dimen/text_18" />
<ImageView
@@ -108,7 +109,7 @@
android:gravity="end|center_vertical"
android:paddingStart="@dimen/dp_0"
android:paddingEnd="@dimen/dp_3"
- android:textColor="@color/text_66FFFFFF"
+ android:textColor="@color/text_FF5B5B5B"
android:textSize="@dimen/text_14" />
<ImageView
@@ -127,19 +128,20 @@
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" />
+
+<!-- <include-->
+<!-- android:id="@+id/fragment_me_line_user_management_il"-->
+<!-- layout="@layout/fragment_me_line" />-->
<include
android:id="@+id/fragment_me_line_set_il"
--
Gitblit v1.8.0