From 5e080d063f213f2b2c2ed34e1d54b9fd7df1c6b0 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 23 十一月 2023 19:28:47 +0800
Subject: [PATCH] 2023年11月23日19:28:37

---
 app/src/main/res/layout/activity_set.xml |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/activity_set.xml b/app/src/main/res/layout/activity_set.xml
index f27536c..ec388a1 100644
--- a/app/src/main/res/layout/activity_set.xml
+++ b/app/src/main/res/layout/activity_set.xml
@@ -80,7 +80,21 @@
 
             <RelativeLayout
                 android:layout_width="match_parent"
-                android:layout_height="@dimen/dp_100" />
+                android:layout_height="@dimen/dp_141">
+
+                <TextView
+                    android:id="@+id/out_tv"
+                    android:layout_width="match_parent"
+                    android:layout_height="@dimen/dp_41"
+                    android:layout_marginStart="@dimen/dp_86"
+                    android:layout_marginTop="@dimen/dp_50"
+                    android:layout_marginEnd="@dimen/dp_86"
+                    android:background="@drawable/out_login"
+                    android:gravity="center"
+                    android:text="@string/set_logout"
+                    android:textColor="@color/text_FF5757"
+                    android:textSize="@dimen/text_16" />
+            </RelativeLayout>
 
 
         </LinearLayout>

--
Gitblit v1.8.0