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/activity_set.xml |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app/src/main/res/layout/activity_set.xml b/app/src/main/res/layout/activity_set.xml
index 7f01766..d68ce66 100644
--- a/app/src/main/res/layout/activity_set.xml
+++ b/app/src/main/res/layout/activity_set.xml
@@ -4,7 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="@color/text_FF161616"
+    android:background="@color/text_FF000000"
     tools:context=".ui.me.SetActivity">
 
     <include
@@ -32,7 +32,7 @@
             android:id="@+id/sll_ll"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:background="@color/text_FF333738"
+            android:background="@color/text_FF1C1C1E"
             android:orientation="vertical">
 
             <include
@@ -46,6 +46,9 @@
             <include
                 android:id="@+id/set_temperature_unit_il"
                 layout="@layout/set_line" />
+            <include
+                android:id="@+id/set_context_switch_il"
+                layout="@layout/set_line" />
 
         </LinearLayout>
     </ScrollView>
@@ -57,10 +60,10 @@
         android:layout_marginStart="@dimen/dp_20"
         android:layout_marginEnd="@dimen/dp_20"
         android:layout_marginBottom="@dimen/dp_55"
-        android:background="@drawable/bj_ff555859"
+        android:background="@drawable/bj_ff39383d"
         android:gravity="center"
         android:text="@string/set_logout"
-        android:textColor="@color/text_E6FFFFFF"
+        android:textColor="@color/text_FFACACAC"
         android:textSize="@dimen/text_14"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"

--
Gitblit v1.8.0