guoshen
2024-07-01 caead5ad019c24b9a7958f01fa663ea8159aee6c
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,24 +24,26 @@
            app:layout_constraintTop_toTopOf="parent"
            app:title="健康保健"
            app:titleGravity="left"
            app:leftIcon="@drawable/ic_back"
            >
            <FrameLayout
                android:layout_width="24dp"
                android:layout_width="19dp"
                android:layout_height="24dp"
                android:layout_marginHorizontal="16dp"
                android:layout_gravity="center_vertical|end"
                >
                android:layout_marginHorizontal="16dp">
                <ImageView
                    android:id="@+id/iv_operate"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
                    android:background="@drawable/ic_operate"
                    />
                    android:background="@{viewModel.typeLiveData?@drawable/ic_operate_finish:@drawable/ic_operate}" />
            </FrameLayout>
        </com.android.app_base.widget.ExtendTitleBar>
        <ScrollView
        <androidx.core.widget.NestedScrollView
            android:id="@+id/nestedScrollView"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            app:layout_constraintBottom_toBottomOf="parent"
@@ -64,9 +66,10 @@
                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="XXX现状健康情况信息"
                        android:text="@{viewModel.healthCareBaseInfoBeanLiveData.name!=null?viewModel.healthCareBaseInfoBeanLiveData.name+`现状健康情况信息`:`现状健康情况信息`}"
                        android:textColor="@color/black"
                        android:textSize="20sp"
                        tools:text="xxx现状健康情况信息"
                        />
                    <TextView
                        android:layout_width="wrap_content"
@@ -95,13 +98,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="张三"
                                android:textColor="#DE000000"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.name}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入姓名`:``}"
                                android:textSize="14sp"
                                android:textColor="#DE000000"
                                android:layout_marginTop="5dp"
                                android:inputType="textMultiLine"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -126,9 +133,13 @@
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                                android:id="@+id/tv_sex"
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="男"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.sexStr}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入性别`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
@@ -160,13 +171,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="本科"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.educationLevel}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入文化程度`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
                                android:inputType="textMultiLine"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -190,13 +205,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="经理"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.work}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入职业`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
                                android:inputType="textMultiLine"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -225,14 +244,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="17818824255"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.phone}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入电话`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
                                android:ellipsize="marquee"
                                android:inputType="phone"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -256,13 +278,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="Zhang@123.com"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.email}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入电子邮件`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
                                android:inputType="textMultiLine"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -291,13 +317,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="广东省广州市番禺区小谷围街道广东工业大学"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.address}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入住址`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
                                android:inputType="textMultiLine"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -335,9 +365,11 @@
                            app:layout_constraintHorizontal_chainStyle="spread_inside"
                            >
                            <ImageView
                                android:id="@+id/iv_a"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.bloodClass.a}"
                                android:clickable="@{viewModel.typeLiveData}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -363,7 +395,9 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected" />
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.bloodClass.b}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
@@ -388,12 +422,14 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected" />
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.bloodClass.o}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:maxLines="1"
                                android:text="C型"
                                android:text="O型"
                                android:textColor="#DE000000"
                                android:textSize="16sp"
                                android:layout_marginStart="8dp"
@@ -412,7 +448,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.bloodClass.rh}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -437,7 +474,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.bloodClass.other}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -461,13 +499,14 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.bloodClass.unknown}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:maxLines="1"
                                android:text="RH阴型"
                                android:text="不清楚"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginStart="8dp"
@@ -499,7 +538,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.allergyClass.medicine}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -521,7 +561,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.allergyClass.food}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -543,7 +584,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.allergyClass.other}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -580,7 +622,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.geneticDiseaseClass.hypertension}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -602,7 +645,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.geneticDiseaseClass.diabetes}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -624,7 +668,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.geneticDiseaseClass.tumor}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -646,7 +691,8 @@
                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/ic_radio_button_selected"
                                android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareBaseInfoBeanLiveData.geneticDiseaseClass.other}"
                                />
                            <TextView
                                android:layout_width="wrap_content"
@@ -678,14 +724,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="阿司匹林"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.medicine}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入常用药物`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
                                android:ellipsize="marquee"
                                android:inputType="textMultiLine"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -709,13 +758,17 @@
                                android:textSize="12sp"
                                android:alpha="0.54"
                                />
                            <TextView
                                android:layout_width="wrap_content"
                            <EditText
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:text="冠心病、哮喘"
                                android:text="@={viewModel.healthCareBaseInfoBeanLiveData.baseDisease}"
                                android:background="@null"
                                android:enabled="@{viewModel.typeLiveData}"
                                android:hint="@{viewModel.typeLiveData?`请输入目前基础病`:``}"
                                android:textColor="#DE000000"
                                android:textSize="14sp"
                                android:layout_marginTop="5dp"
                                android:inputType="textMultiLine"
                                />
                            <View
                                android:layout_width="match_parent"
@@ -788,14 +841,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="甜品、点心"
                                        android:text="@={viewModel.healthCareLifeHabitsBeanLiveData.eatGood}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入饮食(喜)`:``}"
                                        android:textColor="#DE000000"
                                        android:textSize="14sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="textMultiLine"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -820,16 +876,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="辛辣、冷冻"
                                        android:text="@={viewModel.healthCareLifeHabitsBeanLiveData.eatBad}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入饮食(忌)`:``}"
                                        android:textColor="#DE000000"
                                        android:textSize="14sp"
                                        android:layout_marginTop="5dp"
                                        android:drawableStart="@drawable/ic_radio_button"
                                        android:drawablePadding="8dp"
                                        android:inputType="textMultiLine"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -859,14 +916,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="喝茶"
                                        android:text="@={viewModel.healthCareLifeHabitsBeanLiveData.hobby}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入爱好`:``}"
                                        android:textColor="#DE000000"
                                        android:textSize="14sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="textMultiLine"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -891,14 +951,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="吸烟"
                                        android:text="@={viewModel.healthCareLifeHabitsBeanLiveData.addition}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入嗜好`:``}"
                                        android:textColor="#DE000000"
                                        android:textSize="14sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="textMultiLine"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -931,7 +994,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.sleepClass.good}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -953,7 +1017,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.sleepClass.general}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -975,7 +1040,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.sleepClass.easyWake}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -997,7 +1063,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.sleepClass.dreaminess}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1024,7 +1091,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.sleepClass.sleepless}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1046,7 +1114,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.sleepClass.snore}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1068,7 +1137,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.sleepClass.wakefulness}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1101,14 +1171,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="1次/d"
                                        android:text="@={viewModel.healthCareLifeHabitsBeanLiveData.eatGood}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入大便频率`:``}"
                                        android:textColor="#DE000000"
                                        android:textSize="14sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="textMultiLine"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -1133,14 +1206,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="6次/d"
                                        android:text="@={viewModel.healthCareLifeHabitsBeanLiveData.eatGood}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入小便频率`:``}"
                                        android:textColor="#DE000000"
                                        android:textSize="14sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="textMultiLine"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -1172,7 +1248,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.stoolStatusClass.normal}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1193,7 +1270,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.stoolStatusClass.constipation}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1214,7 +1292,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.stoolStatusClass.diarrhea}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1235,7 +1314,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.stoolStatusClass.incontinence}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1257,20 +1337,26 @@
                                android:alpha="0.54"
                                android:layout_marginTop="20dp"
                                />
                            <LinearLayout
                            <androidx.constraintlayout.widget.ConstraintLayout
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:layout_marginTop="10dp"
                                >
                                <LinearLayout
                                    android:id="@+id/ll_1"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:gravity="center_vertical"
                                    app:layout_constraintStart_toStartOf="parent"
                                    app:layout_constraintEnd_toStartOf="@id/ll_2"
                                    app:layout_constraintTop_toTopOf="parent"
                                    app:layout_constraintHorizontal_chainStyle="spread_inside"
                                    >
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.urineStatusClass.normal}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1283,15 +1369,19 @@
                                        />
                                </LinearLayout>
                                <LinearLayout
                                    android:id="@+id/ll_2"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:gravity="center_vertical"
                                    android:layout_marginStart="20dp"
                                    app:layout_constraintStart_toEndOf="@id/ll_1"
                                    app:layout_constraintEnd_toStartOf="@id/ll_3"
                                    app:layout_constraintTop_toTopOf="parent"
                                    >
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.urineStatusClass.nightUrinaryRetention}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1304,15 +1394,18 @@
                                        />
                                </LinearLayout>
                                <LinearLayout
                                    android:id="@+id/ll_3"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:gravity="center_vertical"
                                    android:layout_marginStart="20dp"
                                    >
                                    app:layout_constraintStart_toEndOf="@id/ll_2"
                                    app:layout_constraintEnd_toStartOf="@id/ll_4"
                                    app:layout_constraintTop_toTopOf="parent"                                    >
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.urineStatusClass.incontinence}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1325,15 +1418,18 @@
                                        />
                                </LinearLayout>
                                <LinearLayout
                                    android:id="@+id/ll_4"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:gravity="center_vertical"
                                    android:layout_marginStart="20dp"
                                    >
                                    app:layout_constraintStart_toEndOf="@id/ll_3"
                                    app:layout_constraintEnd_toEndOf="parent"
                                    app:layout_constraintTop_toTopOf="parent"                                    >
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.urineStatusClass.enuresis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1345,7 +1441,7 @@
                                        android:layout_marginStart="8dp"
                                        />
                                </LinearLayout>
                            </LinearLayout>
                            </androidx.constraintlayout.widget.ConstraintLayout>
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
@@ -1368,7 +1464,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.eatingHabitsClass.uniformityOfMeatAndVegetables}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1394,7 +1491,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.eatingHabitsClass.meat}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1420,7 +1518,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.eatingHabitsClass.vegetable}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1446,7 +1545,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.eatingHabitsClass.salt}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1472,7 +1572,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.eatingHabitsClass.oil}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1498,7 +1599,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.eatingHabitsClass.sugar}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1524,7 +1626,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.eatingHabitsClass.other}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1560,7 +1663,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.lifeEventClass.bereave}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1582,7 +1686,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.lifeEventClass.liveAlone}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1609,7 +1714,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.lifeEventClass.inHospital}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1618,7 +1724,7 @@
                                        android:text="一年之内住院治疗"
                                        android:textColor="#DE000000"
                                        android:textSize="16sp"
                                        android:layout_marginStart="8dp"
                                        android:layout_marginStart="5dp"
                                        />
                                </LinearLayout>
@@ -1632,7 +1738,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareLifeHabitsBeanLiveData.lifeEventClass.divide}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1658,6 +1765,7 @@
                    android:layout_marginTop="10dp"
                    app:cardCornerRadius="10dp"
                    app:cardElevation="2dp"
                    app:cardBackgroundColor="@color/white"
                    tools:layout_height="wrap_content"
                    >
                    <LinearLayout
@@ -1713,14 +1821,18 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="26.5 °C"
                                        android:text="@={viewModel.healthCareNursingExaminationBeanLiveData.temperature}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入体温度数`:``}"
                                        android:textColor="#B3000000"
                                        android:textSize="16sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="text"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -1745,16 +1857,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="60下/分"
                                        android:text="@={viewModel.healthCareNursingExaminationBeanLiveData.pulse}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入脉搏频率`:``}"
                                        android:textColor="#B3000000"
                                        android:textSize="16sp"
                                        android:layout_marginTop="5dp"
                                        android:drawableStart="@drawable/ic_radio_button"
                                        android:drawablePadding="8dp"
                                        android:inputType="text"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -1784,14 +1897,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="120"
                                        android:text="@={viewModel.healthCareNursingExaminationBeanLiveData.bloodPressure}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入血压`:``}"
                                        android:textColor="#B3000000"
                                        android:textSize="16sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="text"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -1816,14 +1932,17 @@
                                        android:textSize="12sp"
                                        android:alpha="0.54"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                    <EditText
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="65kg"
                                        android:text="@={viewModel.healthCareNursingExaminationBeanLiveData.weight}"
                                        android:background="@null"
                                        android:enabled="@{viewModel.typeLiveData}"
                                        android:hint="@{viewModel.typeLiveData?`请输入体重`:``}"
                                        android:textColor="#B3000000"
                                        android:textSize="16sp"
                                        android:layout_marginTop="5dp"
                                        android:inputType="text"
                                        />
                                    <View
                                        android:layout_width="match_parent"
@@ -1855,7 +1974,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.acne}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1876,12 +1996,12 @@
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:gravity="center_vertical"
                                    android:layout_marginStart="20dp"
                                    >
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.psoriasis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1902,12 +2022,12 @@
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:gravity="center_vertical"
                                    android:layout_marginStart="20dp"
                                    >
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.color}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1928,12 +2048,12 @@
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:gravity="center_vertical"
                                    android:layout_marginStart="20dp"
                                    >
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.edema}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1959,7 +2079,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.rash}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -1984,7 +2105,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.bloodStasis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2009,7 +2131,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.snom}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2035,7 +2158,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.nevus}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2056,7 +2180,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.skinTypeClass.ulcer}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2096,7 +2221,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.psychologyTypeClass.optimistic}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2121,7 +2247,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.psychologyTypeClass.worry}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2146,7 +2273,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.psychologyTypeClass.fear}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2172,7 +2300,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.psychologyTypeClass.suspicion}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2197,7 +2326,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.psychologyTypeClass.constrain}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2222,7 +2352,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.psychologyTypeClass.miss}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2257,7 +2388,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.attitudeClass.lucidity}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2282,7 +2414,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.attitudeClass.unknown}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2307,7 +2440,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.attitudeClass.normal}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2332,7 +2466,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.attitudeClass.abnormal}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2367,7 +2502,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.nutritionClass.good}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2392,7 +2528,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.nutritionClass.medium}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2417,7 +2554,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.nutritionClass.poor}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2442,7 +2580,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareNursingExaminationBeanLiveData.nutritionClass.obesity}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2468,6 +2607,7 @@
                    android:layout_marginTop="10dp"
                    app:cardCornerRadius="10dp"
                    app:cardElevation="2dp"
                    app:cardBackgroundColor="@color/white"
                    tools:layout_height="wrap_content"
                    >
                    <LinearLayout
@@ -2525,7 +2665,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.brainDiseaseClass.ischemicStroke}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2550,7 +2691,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.brainDiseaseClass.cerebralHemorrhage}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2575,7 +2717,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.brainDiseaseClass.other}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2601,7 +2744,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.brainDiseaseClass.subarachnoidHemorrhage}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2626,7 +2770,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.brainDiseaseClass.tia}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2661,7 +2806,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.heartDiseaseClass.myocardialInfarct}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2686,7 +2832,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.heartDiseaseClass.anginaPectoris}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2711,7 +2858,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.heartDiseaseClass.congestiveHeartFailure}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2737,7 +2885,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.heartDiseaseClass.coronaryRevascularization}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2762,7 +2911,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.heartDiseaseClass.precordialPain}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2788,7 +2938,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.heartDiseaseClass.other}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2823,7 +2974,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.vascularDiseaseClass.dissectingAneurysm}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2848,7 +3000,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.vascularDiseaseClass.arterialOcclusiveDiseases}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2873,7 +3026,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.vascularDiseaseClass.other}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2908,7 +3062,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.gastroduodenalUlcer}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2933,7 +3088,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.esophagitis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2959,7 +3115,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.gastritis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -2984,13 +3141,14 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.colitis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="肝炎"
                                        android:text="溃疡性结肠炎"
                                        android:textColor="#DE000000"
                                        android:textSize="16sp"
                                        android:layout_marginStart="8dp"
@@ -3009,13 +3167,14 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.hepatitis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="其它"
                                        android:text="肝炎"
                                        android:textColor="#DE000000"
                                        android:textSize="16sp"
                                        android:layout_marginStart="8dp"
@@ -3035,7 +3194,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.cholecystitis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3060,7 +3220,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.cholelithiasis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3085,7 +3246,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.fattyLiver}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3111,7 +3273,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.hyperlipidemia}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3136,7 +3299,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.haemorrhoids}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3161,7 +3325,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.digestiveSystemDiseaseClass.other}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3196,7 +3361,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.respiratorySystemDiseaseClass.copd}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3221,7 +3387,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.respiratorySystemDiseaseClass.pneumonia}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3246,7 +3413,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.respiratorySystemDiseaseClass.bronchitis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3272,7 +3440,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.respiratorySystemDiseaseClass.bronchialAsthma}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3297,7 +3466,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.respiratorySystemDiseaseClass.pulmonaryTuberculosis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3322,7 +3492,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.respiratorySystemDiseaseClass.upperRespiratoryTractInfection}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3348,7 +3519,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.respiratorySystemDiseaseClass.other}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3383,7 +3555,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.kidneyDiseaseClass.diabetes}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3408,7 +3581,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.kidneyDiseaseClass.renalFailure}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3433,7 +3607,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.kidneyDiseaseClass.acuteNephritis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3460,7 +3635,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.kidneyDiseaseClass.chronicNephritis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3481,7 +3657,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.kidneyDiseaseClass.urinaryCalculus}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3508,7 +3685,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.kidneyDiseaseClass.urinaryTractInfection}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3529,7 +3707,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.kidneyDiseaseClass.other}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3565,7 +3744,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.otherDiseaseClass.pregnant}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3586,7 +3766,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.otherDiseaseClass.cold}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3613,7 +3794,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.otherDiseaseClass.infectious}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3634,7 +3816,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.otherDiseaseClass.pulmonaryBulla}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3660,7 +3843,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.otherDiseaseClass.hemoptysis}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3687,7 +3871,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.otherDiseaseClass.pneumothorax}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3708,7 +3893,8 @@
                                    <ImageView
                                        android:layout_width="wrap_content"
                                        android:layout_height="wrap_content"
                                        android:background="@drawable/ic_radio_button_selected"
                                        android:clickable="@{viewModel.typeLiveData}"
                                app:select_state="@={viewModel.healthCareExistingProblemsBeanLiveData.otherDiseaseClass.activeBleeding}"
                                        />
                                    <TextView
                                        android:layout_width="wrap_content"
@@ -3741,8 +3927,8 @@
                    app:tabIndicatorHeight="0dp"
                    app:tabGravity="fill"
                    />
                <TextView
                    android:id="@+id/tv_fill"
                <EditText
                    android:id="@+id/et_fill"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/shape_fffad1e0_stroke_0_10_10_10"
@@ -3750,9 +3936,24 @@
                    android:paddingVertical="10dp"
                    android:layout_marginHorizontal="20dp"
                    app:layout_constraintTop_toBottomOf="@id/tab_layout"
                    android:enabled="@{viewModel.typeLiveData}"
                    android:hint="@{viewModel.typeLiveData ? `请填写` : ``}"
                    android:inputType="textMultiLine"
                    android:textColor="#FF131215"
                    />
            </LinearLayout>
        </ScrollView>
        </androidx.core.widget.NestedScrollView>
        <androidx.constraintlayout.utils.widget.ImageFilterView
            android:id="@+id/fab_move_to_top"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            android:layout_marginEnd="25dp"
            android:layout_marginBottom="44dp"
            app:fabCustomSize="100dp"
            android:background="@drawable/ic_move_to_top"
            />
    </androidx.constraintlayout.widget.ConstraintLayout>
</layout>