Linjiajia
2023-08-27 1df231fd6aafa221aef3532d069c7e27d4331be7
app/src/main/res/layout/pop_basic_information.xml
@@ -1,1546 +1,1571 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/transparent"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <LinearLayout
<layout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools">
    <data>
        <variable
            name="spouseBean"
            type="com.application.zhangshi_app_android.bean.HomeRootBean" />
        <variable
            name="selfBean"
            type="com.application.zhangshi_app_android.bean.HomeRootBean" />
    </data>
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:background="@color/transparent"
        >
        <androidx.cardview.widget.CardView
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:cardCornerRadius="6dp"
            app:cardBackgroundColor="#F6FFFFFF"
            app:cardElevation="10dp"
            android:layout_marginHorizontal="10dp"
            android:layout_marginVertical="15dp"
            >
            <androidx.constraintlayout.widget.ConstraintLayout
            android:orientation="vertical"
            android:background="@color/transparent">
            <androidx.cardview.widget.CardView
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:layout_marginEnd="7dp"
                android:layout_marginStart="10dp"
                android:layout_marginVertical="24dp"
                >
                android:layout_height="wrap_content"
                app:cardCornerRadius="6dp"
                app:cardBackgroundColor="#F6FFFFFF"
                app:cardElevation="10dp"
                android:layout_marginHorizontal="10dp"
                android:layout_marginVertical="15dp">
                <androidx.constraintlayout.utils.widget.ImageFilterView
                    android:id="@+id/iv_photo"
                    android:layout_width="105dp"
                    android:layout_height="105dp"
                    android:background="@color/teal_200"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toTopOf="parent"
                    app:round="10dp" />
                <TextView
                    android:id="@+id/tv_basic_personal_information"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                <androidx.constraintlayout.widget.ConstraintLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_marginEnd="7dp"
                    android:layout_marginStart="10dp"
                    android:text="个人基本信息"
                    android:textColor="#99000000"
                    android:textSize="10sp"
                    app:layout_constraintStart_toEndOf="@+id/iv_photo"
                    app:layout_constraintTop_toTopOf="parent"
                    app:layout_constraintBottom_toTopOf="@id/layout_personal_1"
                    app:layout_constraintVertical_chainStyle="spread_inside"
                    />
                    android:layout_marginVertical="24dp">
                <LinearLayout
                    android:id="@+id/layout_personal_1"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    app:layout_constraintHorizontal_chainStyle="spread_inside"
                    app:layout_constraintBottom_toTopOf="@id/layout_personal_2"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="@+id/tv_basic_personal_information"
                    app:layout_constraintTop_toBottomOf="@id/tv_basic_personal_information">
                    <LinearLayout
                    <androidx.constraintlayout.utils.widget.ImageFilterView
                        android:id="@+id/iv_photo"
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="姓名"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        android:layout_height="0dp"
                        app:layout_constraintDimensionRatio="1"
                        app:layout_constraintWidth_percent="0.3"
                        android:background="@color/teal_200"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toTopOf="parent"
                        app:layout_constraintBottom_toBottomOf="@id/layout_personal_3"
                        app:round="10dp"
                        app:imageUrl="@{selfBean.img}"
                        />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="姓名"
                                android:textColor="#FF000000"
                                android:textSize="12sp"
                                android:layout_marginStart="12dp"
                                />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="性别"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="女"
                                android:textColor="#FF000000"
                                android:layout_marginStart="12dp"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_personal_2"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    app:layout_constraintStart_toStartOf="@+id/tv_basic_personal_information"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_personal_1"
                    app:layout_constraintBottom_toTopOf="@id/layout_personal_3"
                    >
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="身份"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="第一代"
                                android:textColor="#FF000000"
                                android:textSize="12sp"
                                android:layout_marginStart="12dp"
                                />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="年龄"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="18"
                                android:textColor="#FF000000"
                                android:layout_marginStart="12dp"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_personal_3"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    app:layout_constraintBottom_toBottomOf="@+id/iv_photo"
                    app:layout_constraintStart_toStartOf="@+id/tv_basic_personal_information"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_personal_2">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="曾用名"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="张四"
                                android:textColor="#FF000000"
                                android:textSize="12sp"
                                android:layout_marginStart="12dp"
                                />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="民族"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="汉族"
                                android:textColor="#FF000000"
                                android:layout_marginStart="12dp"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_personal_4"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="24dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/iv_photo">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="婚姻状况"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="已婚"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="配偶"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="张四"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_personal_5"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_personal_4">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="户籍地址"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="广东省广州市"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="联系方式"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="5dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="12345678901"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_personal_6"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_personal_5">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="常住地址"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="广东省广州市"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="微信号"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="12345678901"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_personal_7"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_personal_6">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="政治面貌"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="共产党员"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="QQ号"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="12345678901"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_personal_7">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="所在单位"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="张氏公司"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_fffad1e0_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="职务"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="经理"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFFAD1E0"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
            </androidx.constraintlayout.widget.ConstraintLayout>
        </androidx.cardview.widget.CardView>
        <androidx.cardview.widget.CardView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:cardCornerRadius="6dp"
            app:cardBackgroundColor="#F6FFFFFF"
            app:cardElevation="10dp"
            android:layout_marginHorizontal="10dp"
            android:layout_marginVertical="15dp"
            >
            <androidx.constraintlayout.widget.ConstraintLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:layout_marginStart="10dp"
                android:layout_marginEnd="7dp"
                android:layout_marginVertical="24dp"
                android:visibility="invisible"
                >
                <androidx.constraintlayout.utils.widget.ImageFilterView
                    android:id="@+id/iv_spouse_photo"
                    android:layout_width="105dp"
                    android:layout_height="105dp"
                    android:background="@color/teal_200"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintTop_toTopOf="parent"
                    android:layout_marginStart="10dp"
                    app:round="10dp" />
                <TextView
                    android:id="@+id/tv_spouse_basic_information"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="配偶基本信息"
                    android:textColor="#99000000"
                    android:textSize="10sp"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toTopOf="parent"
                    app:layout_constraintBottom_toTopOf="@id/layout_spouse_1"
                    app:layout_constraintVertical_chainStyle="spread_inside"
                    />
                <LinearLayout
                    android:id="@+id/layout_spouse_1"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    app:layout_constraintHorizontal_chainStyle="spread_inside"
                    app:layout_constraintBottom_toTopOf="@id/layout_spouse_2"
                    app:layout_constraintEnd_toStartOf="@id/iv_spouse_photo"
                    app:layout_constraintStart_toStartOf="@+id/tv_spouse_basic_information"
                    app:layout_constraintTop_toBottomOf="@id/tv_spouse_basic_information"
                    >
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="姓名"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="姓名"
                                android:textColor="#FF000000"
                                android:textSize="12sp"
                                android:layout_marginStart="12dp"
                                />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="性别"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="女"
                                android:textColor="#FF000000"
                                android:layout_marginStart="12dp"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_spouse_2"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    app:layout_constraintStart_toStartOf="@+id/tv_spouse_basic_information"
                    app:layout_constraintEnd_toStartOf="@id/iv_spouse_photo"
                    app:layout_constraintTop_toBottomOf="@+id/layout_spouse_1"
                    app:layout_constraintBottom_toTopOf="@id/layout_spouse_3"
                    >
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="身份"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="第一代"
                                android:textColor="#FF000000"
                                android:textSize="12sp"
                                android:layout_marginStart="12dp"
                                />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="年龄"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="18"
                                android:textColor="#FF000000"
                                android:layout_marginStart="12dp"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_spouse_3"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    app:layout_constraintBottom_toBottomOf="@id/iv_spouse_photo"
                    app:layout_constraintStart_toStartOf="@id/tv_spouse_basic_information"
                    app:layout_constraintEnd_toStartOf="@id/iv_spouse_photo"
                    app:layout_constraintTop_toBottomOf="@id/layout_spouse_2">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="曾用名"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="张四"
                                android:textColor="#FF000000"
                                android:textSize="12sp"
                                android:layout_marginStart="12dp"
                                />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="民族"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="汉族"
                                android:textColor="#FF000000"
                                android:layout_marginStart="12dp"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_spouse_4"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="24dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/iv_spouse_photo">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="婚姻状况"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="已婚"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="配偶"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="张四"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_spouse_5"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_spouse_4">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="户籍地址"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="广东省广州市"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="联系方式"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="5dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="12345678901"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_spouse_6"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_spouse_5">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="常住地址"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="广东省广州市"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="微信号"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="12345678901"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:id="@+id/layout_spouse_7"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_spouse_6">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="政治面貌"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="共产党员"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="QQ号"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="6dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="12345678901"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5" />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
                <LinearLayout
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="16dp"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/layout_spouse_7">
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        >
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="所在单位"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="张氏公司"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:layout_marginStart="10dp">
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                            android:paddingHorizontal="6dp"
                            android:paddingVertical="3dp"
                            android:text="职务"
                            android:textColor="#FF000000"
                            android:textSize="12sp" />
                        <FrameLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginStart="12dp"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="经理"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <View
                                android:layout_width="match_parent"
                                android:layout_height="1dp"
                                android:layout_gravity="bottom"
                                android:background="#FFD8E6F5"
                                />
                        </FrameLayout>
                    </LinearLayout>
                </LinearLayout>
            </androidx.constraintlayout.widget.ConstraintLayout>
            <RelativeLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:layout_marginStart="10dp"
                android:layout_marginEnd="7dp"
                android:layout_marginVertical="24dp"
                >
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="配偶基本信息"
                    android:textColor="#99000000"
                    android:textSize="10sp"
                    />
                <LinearLayout
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:orientation="vertical"
                    android:layout_centerInParent="true"
                    >
                    <ImageView
                    <TextView
                        android:id="@+id/tv_basic_personal_information"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:background="@drawable/img_data_null"
                        android:layout_marginStart="10dp"
                        android:text="个人基本信息"
                        android:textColor="#99000000"
                        android:textSize="10sp"
                        app:layout_constraintStart_toEndOf="@+id/iv_photo"
                        app:layout_constraintTop_toTopOf="parent"
                        />
                    <LinearLayout
                        android:id="@+id/layout_personal_1"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="@+id/tv_basic_personal_information"
                        app:layout_constraintTop_toBottomOf="@id/tv_basic_personal_information"
                        android:layout_marginTop="10dp"
                        >
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="姓名"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent"
                                >
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.nickName}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    tools:text="aaaaaaaaaaaaaaaaaaaaaaaaa"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp"
                            >
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="性别"
                                android:textColor="#FF000000"
                                android:textSize="12sp"
                                />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent"
                                >
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.sex==1?`男`:`女`}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_personal_2"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        app:layout_constraintStart_toStartOf="@+id/tv_basic_personal_information"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_personal_1"
                        android:layout_marginTop="8dp"
                        >
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="身份"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent"
                                >
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{`第`+ selfBean.identity + `代`}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="生日"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <androidx.appcompat.widget.AppCompatTextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:text="@{selfBean.birth}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    app:autoSizeTextType="uniform"
                                    app:autoSizeMaxTextSize="16sp"
                                    app:autoSizeMinTextSize="10sp"
                                    android:ellipsize="end"
                                    android:maxLines="1"
                                    android:layout_gravity="center"
                                    tools:text="2001-01-01"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_personal_3"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        app:layout_constraintStart_toStartOf="@+id/tv_basic_personal_information"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_personal_2"
                        android:layout_marginTop="8dp"
                        >
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="曾用名"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent"
                                >
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:text="@{selfBean.oldName}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="民族"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.nation}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_personal_4"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="24dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@id/layout_personal_3">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="婚姻状况"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="match_parent"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:text="@{selfBean.maritalStatusStr}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="配偶"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.nickName}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_personal_5"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_personal_4">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="户籍地址"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="match_parent"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.locationAddress}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="联系方式"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.phoneNumber}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_personal_6"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_personal_5">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="常住地址"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.alwaysAddress}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="微信号"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.wxNo}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_personal_7"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_personal_6">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="政治面貌"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.politicalOutlook}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="QQ号"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.qqNo}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_personal_7">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="所在单位"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.unit}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_fffad1e0_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="职务"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.position}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    tools:text="职务"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFFAD1E0" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                </androidx.constraintlayout.widget.ConstraintLayout>
            </androidx.cardview.widget.CardView>
            <androidx.cardview.widget.CardView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                app:cardCornerRadius="6dp"
                app:cardBackgroundColor="#F6FFFFFF"
                app:cardElevation="10dp"
                android:layout_marginVertical="15dp"
                android:layout_marginHorizontal="10dp"
                >
                <androidx.constraintlayout.widget.ConstraintLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_marginStart="10dp"
                    android:layout_marginEnd="7dp"
                    android:layout_marginVertical="24dp"
                    android:visibility="@{spouseBean==null?2:1}"
                    >
                    <androidx.constraintlayout.utils.widget.ImageFilterView
                        android:id="@+id/iv_spouse_photo"
                        android:layout_width="0dp"
                        android:layout_height="0dp"
                        app:layout_constraintDimensionRatio="1"
                        app:layout_constraintWidth_percent="0.3"
                        android:background="@color/teal_200"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintTop_toTopOf="parent"
                        app:layout_constraintBottom_toBottomOf="@id/layout_spouse_3"
                        app:round="10dp"
                        app:imageUrl="@{spouseBean.img}"
                        />
                    <TextView
                        android:id="@+id/tv_spouse_basic_information"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="配偶基本信息"
                        android:textColor="#99000000"
                        android:textSize="10sp"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toTopOf="parent"
                        />
                    <LinearLayout
                        android:id="@+id/layout_spouse_1"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        app:layout_constraintEnd_toStartOf="@id/iv_spouse_photo"
                        app:layout_constraintStart_toStartOf="@+id/tv_spouse_basic_information"
                        app:layout_constraintTop_toBottomOf="@id/tv_spouse_basic_information"
                        android:layout_marginTop="10dp"
                        android:layout_marginEnd="10dp"
                        >
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="姓名"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent"
                                >
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.nickName}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp"
                            >
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="性别"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"                                    android:text="@{spouseBean.sex==1?`男`:`女`}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_spouse_2"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        app:layout_constraintStart_toStartOf="@+id/tv_spouse_basic_information"
                        app:layout_constraintEnd_toStartOf="@id/iv_spouse_photo"
                        app:layout_constraintTop_toBottomOf="@+id/layout_spouse_1"
                        android:layout_marginTop="10dp"
                        android:layout_marginEnd="10dp"
                        >
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="身份"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:text="@{`第` + spouseBean.identity + `代`}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="生日"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <androidx.appcompat.widget.AppCompatTextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:text="@{spouseBean.birth}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    app:autoSizeTextType="uniform"
                                    app:autoSizeMaxTextSize="16sp"
                                    app:autoSizeMinTextSize="10sp"
                                    android:ellipsize="end"
                                    android:maxLines="1"
                                    android:layout_gravity="center"
                                    tools:text="2001-01-01"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_spouse_3"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        app:layout_constraintStart_toStartOf="@id/tv_spouse_basic_information"
                        app:layout_constraintEnd_toStartOf="@id/iv_spouse_photo"
                        app:layout_constraintTop_toBottomOf="@id/layout_spouse_2"
                        android:layout_marginTop="10dp"
                        android:layout_marginEnd="10dp"
                        >
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="曾用名"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:text="@{spouseBean.oldName}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp"
                                    />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="民族"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:text="@{spouseBean.nation}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_spouse_4"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="24dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/iv_spouse_photo">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="婚姻状况"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:text="@{spouseBean.maritalStatusStr}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="配偶"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{selfBean.nickName}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_spouse_5"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_spouse_4">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="户籍地址"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.locationAddress}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="联系方式"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:paddingHorizontal="6dp"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:text="@{spouseBean.phoneNumber}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_spouse_6"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_spouse_5">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="常住地址"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.alwaysAddress}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="微信号"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.wxNo}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_spouse_7"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_spouse_6">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="政治面貌"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.politicalOutlook}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="QQ号"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.qqNo}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="16dp"
                        app:layout_constraintEnd_toEndOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@+id/layout_spouse_7">
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="所在单位"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.unit}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:layout_marginStart="10dp">
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:background="@drawable/shape_ffd8e6f5_10_10_0_10"
                                android:paddingHorizontal="6dp"
                                android:paddingVertical="3dp"
                                android:text="职务"
                                android:textColor="#FF000000"
                                android:textSize="12sp" />
                            <FrameLayout
                                android:layout_width="wrap_content"
                                android:layout_height="match_parent">
                                <TextView
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_gravity="center_vertical"
                                    app:textOverflowMode="@{4}"
                                    android:paddingHorizontal="6dp"
                                    android:text="@{spouseBean.position}"
                                    android:textColor="#FF000000"
                                    android:textSize="12sp" />
                                <View
                                    android:layout_width="match_parent"
                                    android:layout_height="1dp"
                                    android:layout_gravity="bottom"
                                    android:background="#FFD8E6F5" />
                            </FrameLayout>
                        </LinearLayout>
                    </LinearLayout>
                </androidx.constraintlayout.widget.ConstraintLayout>
                <RelativeLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_marginStart="10dp"
                    android:layout_marginEnd="7dp"
                    android:layout_marginVertical="24dp"
                    android:visibility="@{spouseBean==null?true:false}"
                    >
                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginStart="4dp"
                        android:text="这里的信息空空如也~"
                        android:textColor="#73000000"
                        android:textSize="14sp"
                        android:layout_gravity="center"
                        android:layout_marginTop="10dp"
                        />
                </LinearLayout>
            </RelativeLayout>
        </androidx.cardview.widget.CardView>
    </LinearLayout>
                        android:text="配偶基本信息"
                        android:textColor="#99000000"
                        android:textSize="10sp" />
</ScrollView>
                    <LinearLayout
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:orientation="vertical"
                        android:layout_centerInParent="true">
                        <ImageView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="@drawable/img_data_null" />
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginStart="4dp"
                            android:text="这里的信息空空如也~"
                            android:textColor="#73000000"
                            android:textSize="14sp"
                            android:layout_gravity="center"
                            android:layout_marginTop="10dp" />
                    </LinearLayout>
                </RelativeLayout>
            </androidx.cardview.widget.CardView>
        </LinearLayout>
    </ScrollView>
</layout>