From f278edbd3f0f809e4a3b59bf16d24c624a43f98d Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期四, 12 九月 2024 14:38:08 +0800
Subject: [PATCH] 修改了国籍和民族字段反转的问题

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

diff --git a/app/src/main/res/layout/activity_health_care.xml b/app/src/main/res/layout/activity_health_care.xml
index 379a19d..91c9696 100644
--- a/app/src/main/res/layout/activity_health_care.xml
+++ b/app/src/main/res/layout/activity_health_care.xml
@@ -13,7 +13,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
@@ -24,6 +24,7 @@
             app:layout_constraintTop_toTopOf="parent"
             app:title="鍋ュ悍淇濆仴"
             app:titleGravity="left"
+            app:leftIcon="@drawable/ic_back"
             >
 
             <FrameLayout
@@ -1764,6 +1765,7 @@
                     android:layout_marginTop="10dp"
                     app:cardCornerRadius="10dp"
                     app:cardElevation="2dp"
+                    app:cardBackgroundColor="@color/white"
                     tools:layout_height="wrap_content"
                     >
                     <LinearLayout
@@ -2605,6 +2607,7 @@
                     android:layout_marginTop="10dp"
                     app:cardCornerRadius="10dp"
                     app:cardElevation="2dp"
+                    app:cardBackgroundColor="@color/white"
                     tools:layout_height="wrap_content"
                     >
                     <LinearLayout

--
Gitblit v1.9.1