<?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
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"
|
android:background="@color/transparent"
|
>
|
<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_marginEnd="7dp"
|
android:layout_marginStart="10dp"
|
android:layout_marginVertical="24dp"
|
>
|
|
<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"
|
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"
|
/>
|
|
<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
|
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_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
|
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>
|