From 1f3acf4c29f367e40a3f589b51176ed24e28948f Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 02 九月 2025 17:54:42 +0800
Subject: [PATCH] 2025年09月02日17:54:39
---
app/src/main/res/layout/fragment_me.xml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/fragment_me.xml b/app/src/main/res/layout/fragment_me.xml
index 8cdd1d3..0f1d15e 100644
--- a/app/src/main/res/layout/fragment_me.xml
+++ b/app/src/main/res/layout/fragment_me.xml
@@ -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
@@ -149,6 +150,9 @@
<include
android:id="@+id/fragment_me_line_asregards_il"
layout="@layout/fragment_me_line" />
+ <include
+ android:id="@+id/fragment_me_line_help_il"
+ layout="@layout/fragment_me_line" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>
--
Gitblit v1.8.0