From b2dc509d5530a9af3b48d7dce7db1e7bf66b06d5 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期三, 28 二月 2024 17:26:58 +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