From b17b9aa59bae6d03055f14d937821655dfaffa1f Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期一, 29 一月 2024 23:27:08 +0800
Subject: [PATCH] 1、调整成长经历页面\n2、删除婚姻个人信息

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

diff --git a/app/src/main/res/layout/activity_annual_health_status.xml b/app/src/main/res/layout/activity_annual_health_status.xml
index f098a82..e50d378 100644
--- a/app/src/main/res/layout/activity_annual_health_status.xml
+++ b/app/src/main/res/layout/activity_annual_health_status.xml
@@ -12,7 +12,7 @@
     <androidx.constraintlayout.widget.ConstraintLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent"
-        android:background="@color/color_normal_background"
+        android:background="?attr/pageBackgroundColor"
         >
 
         <com.android.app_base.widget.ExtendTitleBar
@@ -20,7 +20,6 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             app:layout_constraintTop_toTopOf="parent"
-            app:leftIcon="@drawable/ic_back"
             >
             <FrameLayout
                 android:layout_width="24dp"
@@ -49,7 +48,7 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginStart="16dp"
-                    android:text="浣撴鎴栫湅鐥�"
+                    android:text="灏卞尰淇℃伅"
                     android:layout_weight="1"
                     android:textColor="@color/white"
                     android:textSize="20sp"
@@ -91,7 +90,7 @@
                     android:imeOptions="actionSearch"
                     android:text=""
                     android:singleLine="true"
-                    android:hint="鍦ㄢ�滃勾搴﹀仴搴锋儏鍐碘�濆唴鎼滅储"
+                    android:hint="鍦ㄢ�滃氨鍖讳俊鎭�濆唴鎼滅储"
                     android:focusable="false"
                     android:clickable="false"
                     android:editable="false"

--
Gitblit v1.9.1