From e7e48e1a65fdaa361e14e7e77e24043a63126bd6 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 13 一月 2026 15:52:15 +0800
Subject: [PATCH] 2026年01月13日15:47:59 升级gradle版本
---
app/src/main/res/layout/fragment_me.xml | 31 +++++++++++++++++++++++--------
1 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/app/src/main/res/layout/fragment_me.xml b/app/src/main/res/layout/fragment_me.xml
index 6517fe0..b612078 100644
--- a/app/src/main/res/layout/fragment_me.xml
+++ b/app/src/main/res/layout/fragment_me.xml
@@ -33,11 +33,22 @@
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" />
-
+ <TextView
+ android:id="@+id/exit_tv"
+ android:layout_width="wrap_content"
+ android:layout_height="@dimen/dp_20"
+ android:text="@string/exit"
+ android:textColor="@color/text_38C494"
+ android:textSize="@dimen/text_14"
+ android:layout_centerInParent="true"
+ android:layout_alignParentEnd="true"
+ />
</RelativeLayout>
+
+
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/fragment_me_icon_parent_cl"
@@ -78,7 +89,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 +119,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
@@ -133,13 +144,14 @@
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"
@@ -148,6 +160,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