From 82e57df230ecb744af6c8865f80870ba03c86d89 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期二, 25 七月 2023 22:18:27 +0800 Subject: [PATCH] 基本功能完成 --- app/src/main/res/layout/pop_basic_information.xml | 3077 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 1,551 insertions(+), 1,526 deletions(-) diff --git a/app/src/main/res/layout/pop_basic_information.xml b/app/src/main/res/layout/pop_basic_information.xml index 3cc6062..a4289b2 100644 --- a/app/src/main/res/layout/pop_basic_information.xml +++ b/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> \ No newline at end of file + <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> \ No newline at end of file -- Gitblit v1.9.1