From 601f14db94013373df700e007095f7f2f5ecbe24 Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期五, 10 一月 2025 10:07:25 +0800
Subject: [PATCH] 反馈修改

---
 app/src/main/res/layout/activity_setting.xml |   38 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 37 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/activity_setting.xml b/app/src/main/res/layout/activity_setting.xml
index 6b8158b..9dd7026 100644
--- a/app/src/main/res/layout/activity_setting.xml
+++ b/app/src/main/res/layout/activity_setting.xml
@@ -65,7 +65,7 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             style="@style/style_form_text"
-            android:text="关于心泉"
+            android:text="关于泉"
             android:paddingHorizontal="12dp"
             android:drawableEnd="@mipmap/more_black"/>
         <View
@@ -111,6 +111,42 @@
             android:layout_width="match_parent"
             android:layout_height="1px"
             android:background="@color/dividing_line_color"/>
+        <androidx.constraintlayout.widget.ConstraintLayout
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content">
+            <TextView
+                android:id="@+id/tv_push"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                style="@style/style_form_text"
+                android:text="个性化推荐"
+                app:layout_constraintStart_toStartOf="parent"
+                app:layout_constraintTop_toTopOf="parent"
+                android:paddingHorizontal="12dp"/>
+            <TextView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                app:layout_constraintTop_toBottomOf="@id/tv_push"
+                android:text="关闭后,将不会给您提供个性化推荐服务,你可能会看到不感兴趣的内容"
+                android:layout_marginHorizontal="14dp"
+                android:textSize="12sp"
+                android:textColor="@color/textColor66"/>
+            <ImageView
+                android:id="@+id/iv_push"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                app:layout_constraintTop_toTopOf="parent"
+                app:layout_constraintBottom_toBottomOf="@id/tv_push"
+                android:src="@mipmap/sw_on"
+                android:layout_marginEnd="6dp"
+                app:layout_constraintEnd_toEndOf="parent"/>
+        </androidx.constraintlayout.widget.ConstraintLayout>
+
+        <View
+            android:layout_width="match_parent"
+            android:layout_height="1px"
+            android:layout_marginTop="12dp"
+            android:background="@color/dividing_line_color"/>
         <TextView
             android:id="@+id/tv_rule"
             android:layout_width="match_parent"

--
Gitblit v1.7.1