From c1859d8a6f8f20b4369b5d72ad030f3496b1417c Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 12 八月 2024 14:04:45 +0800
Subject: [PATCH] 2024年08月12日14:04:43

---
 app/src/main/res/layout/fragment_me.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app/src/main/res/layout/fragment_me.xml b/app/src/main/res/layout/fragment_me.xml
index 8e7e0af..e5b2113 100644
--- a/app/src/main/res/layout/fragment_me.xml
+++ b/app/src/main/res/layout/fragment_me.xml
@@ -11,7 +11,7 @@
         android:layout_width="match_parent"
         android:layout_height="@dimen/dp_44"
         android:layout_marginStart="@dimen/dp_16"
-        android:layout_marginTop="@dimen/dp_44"
+        android:layout_marginTop="@dimen/dp_38"
         android:layout_marginEnd="@dimen/dp_16"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
@@ -21,11 +21,10 @@
             android:id="@+id/me_title_tv"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
+            android:layout_centerInParent="true"
             android:text="@string/me"
             android:textColor="@color/text_030D1C"
-            android:textSize="@dimen/text_18"
-            android:layout_centerInParent="true"
-            />
+            android:textSize="@dimen/text_18" />
 
 
     </RelativeLayout>

--
Gitblit v1.8.0