| | |
| | | xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | |
| | | |
| | | <data> |
| | | <variable |
| | | name="viewModel" |
| | | type="com.application.zhangshi_app_android.ui.function.GrowthExperienceActivityViewModel" /> |
| | | </data> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:orientation="vertical" |
| | | > |
| | | <com.hjq.bar.TitleBar |
| | | android:id="@+id/titleBar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="?attr/actionBarSize" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:paddingHorizontal="0dp" |
| | | android:background="@color/color_title_bar_background" |
| | | app:leftIcon="@null" |
| | | app:rightIcon="@null"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_menu" |
| | | android:layout_width="24dp" |
| | | android:layout_height="24dp" |
| | | android:layout_marginHorizontal="16dp" |
| | | android:background="@drawable/ic_menu" |
| | | android:layout_gravity="center_vertical" /> |
| | | |
| | | <FrameLayout |
| | | android:layout_width="24dp" |
| | | android:layout_height="24dp" |
| | | android:layout_marginHorizontal="16dp" |
| | | android:layout_gravity="center_vertical|end"> |
| | | |
| | | </FrameLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_default" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginHorizontal="56dp" |
| | | android:gravity="center_vertical"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="16dp" |
| | | android:text="成长经历" |
| | | android:layout_weight="1" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/sp_20" /> |
| | | </LinearLayout> |
| | | </com.hjq.bar.TitleBar> |
| | | <com.android.app_base.widget.ExtendTitleBar |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:title="成长经历" |
| | | app:titleGravity="left" |
| | | /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="603dp" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent"> |
| | | |
| | | android:paddingHorizontal="20dp" |
| | | > |
| | | <androidx.core.widget.NestedScrollView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | > |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:paddingBottom="@dimen/dp_10" |
| | | > |
| | | <androidx.constraintlayout.widget.Guideline |
| | | android:id="@+id/gl_v_0.5" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintGuide_percent="0.5" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_basic_information" |
| | | android:layout_width="wrap_content" |
| | | android:layout_marginTop="@dimen/dp_10" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_height="wrap_content" |
| | | android:text="基本信息" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical" |
| | | android:paddingHorizontal="20dp" |
| | | android:id="@+id/layout_1" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_basic_information"> |
| | | <TextView |
| | | android:id="@+id/tv_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="姓名" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_name" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入姓名" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | |
| | | /> |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:id="@+id/layout_2" |
| | | android:paddingHorizontal="20dp" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_1"> |
| | | android:paddingBottom="@dimen/dp_10" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_usedName" |
| | | android:id="@+id/tv_basic_information" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="曾用名" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_usedName" |
| | | android:layout_width="140dp" |
| | | android:layout_marginTop="@dimen/dp_10" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入曾用名" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | /> |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | android:id="@+id/layout_3" |
| | | app:layout_constraintLeft_toLeftOf="parent" |
| | | app:layout_constraintRight_toRightOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_2"> |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:id="@+id/layout_3_1" |
| | | android:layout_marginLeft="@dimen/dp_20" |
| | | app:layout_constraintLeft_toLeftOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_2"> |
| | | <TextView |
| | | android:id="@+id/tv_gender" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="性别" |
| | | android:text="基本信息" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_gender" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入性别" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | | /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:id="@+id/layout_1" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:orientation="vertical" |
| | | android:id="@+id/layout_3_2" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_basic_information" |
| | | > |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_ethnicGroup" |
| | | android:id="@+id/tv_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="民族" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_ethnicGroup" |
| | | android:layout_width="140dp" |
| | | android:text="姓名" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/editText_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入民族" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="张三" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_2" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:layout_marginTop="20dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_1"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_usedName" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="曾用名" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/editText_usedName" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | |
| | | tools:text="张四" |
| | | /> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:id="@+id/layout_4" |
| | | android:paddingHorizontal="20dp" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_3"> |
| | | <TextView |
| | | android:id="@+id/tv_nationality" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="国籍" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <ImageView |
| | | android:layout_width="100dp" |
| | | android:layout_height="127dp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@+id/layout_1" |
| | | android:layout_marginEnd="20dp" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_nationality" |
| | | android:layout_width="140dp" |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_3_1" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入国籍" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | |
| | | /> |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:paddingHorizontal="20dp" |
| | | android:id="@+id/layout_5" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_4"> |
| | | <TextView |
| | | android:id="@+id/tv_politicalStatus" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="政治面貌" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_politicalStatus" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入政治面貌" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | |
| | | /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginTop="20dp" |
| | | android:orientation="vertical" |
| | | android:paddingHorizontal="20dp" |
| | | app:layout_constraintEnd_toEndOf="@+id/layout_2" |
| | | app:layout_constraintLeft_toLeftOf="parent" |
| | | app:layout_constraintStart_toStartOf="@+id/layout_2" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_2"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_gender" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="性别" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="男" |
| | | /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@+id/layout_3_1" |
| | | > |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="名族" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="汉族" |
| | | /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/linearLayout" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="20dp" |
| | | android:orientation="vertical" |
| | | app:layout_constraintStart_toStartOf="@+id/layout_2" |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_3_1"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="国籍" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="中国" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/linearLayout3" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@+id/linearLayout"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="婚姻状况" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="未婚" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@+id/linearLayout2"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="联系方式" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="1234567890" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/linearLayout2" |
| | | android:layout_width="140dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:layout_marginTop="20dp" |
| | | app:layout_constraintStart_toStartOf="@+id/layout_2" |
| | | app:layout_constraintTop_toBottomOf="@+id/linearLayout"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="政治面貌" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="群众" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_6" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_5"> |
| | | <TextView |
| | | android:id="@+id/tv_idNumber" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="身份证号" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_idNumber" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入身份证号" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical" |
| | | android:paddingHorizontal="20dp" |
| | | android:id="@+id/layout_7" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_6"> |
| | | <TextView |
| | | android:id="@+id/tv_address" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="户籍地址" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_12" |
| | | /> |
| | | <EditText |
| | | android:id="@+id/editText_address" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:hint="请输入户籍地址" |
| | | android:inputType="text" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | android:orientation="vertical" |
| | | android:layout_marginTop="20dp" |
| | | app:layout_constraintStart_toStartOf="@+id/layout_2" |
| | | app:layout_constraintTop_toBottomOf="@+id/linearLayout2"> |
| | | |
| | | /> |
| | | </LinearLayout> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="身份证号" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_8" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_7" |
| | | tools:layout_editor_absoluteX="0dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="440000199801010001" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_primary_experience" |
| | | android:layout_width="0dp" |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_7" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="主要学习及工作经历" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | android:orientation="vertical" |
| | | android:layout_marginTop="20dp" |
| | | app:layout_constraintStart_toStartOf="@+id/layout_2" |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_6"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="户籍地址" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_1" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_marginEnd="24dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:contentDescription="@string/iv_fold_1_description" |
| | | android:background="@drawable/ic_unfold" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textColorHint="#6b000000" |
| | | android:textSize="@dimen/sp_16" |
| | | tools:text="广东省广州市番禺区小谷围街道" /> |
| | | |
| | | </LinearLayout> |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/recyclerView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_8" |
| | | app:layout_constraintVertical_bias="1.0" |
| | | tools:itemCount="4" |
| | | tools:layout_editor_absoluteX="-81dp" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | <LinearLayout |
| | | android:id="@+id/layout_9" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_8" |
| | | tools:layout_editor_absoluteX="0dp"> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:background="#6B000000" /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_relationship_condition" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | <LinearLayout |
| | | android:id="@+id/layout_8" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="家庭成员及主要社会关系情况" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | android:orientation="vertical" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_7" |
| | | tools:layout_editor_absoluteX="0dp" |
| | | android:layout_marginTop="16dp" |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_primary_experience" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="主要学习及工作经历" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_1" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:contentDescription="@string/iv_fold_1_description" |
| | | android:background="@drawable/ic_unfold" |
| | | /> |
| | | </LinearLayout> |
| | | |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_2" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_gravity="center" |
| | | android:layout_marginEnd="24dp" |
| | | android:contentDescription="@string/iv_fold_1_description" |
| | | android:background="@drawable/ic_unfold" /> |
| | | </LinearLayout> |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/recyclerView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:layout_marginTop="16dp" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_10" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_9" |
| | | tools:layout_editor_absoluteX="0dp"> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_9" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_8" |
| | | android:layout_marginTop="30dp" |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_relationship_condition" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:text="家庭成员及主要社会关系情况" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_2" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_gravity="center" |
| | | android:contentDescription="@string/iv_fold_1_description" |
| | | android:background="@drawable/ic_unfold" /> |
| | | </LinearLayout> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/rv_relationship" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:layout_marginTop="16dp" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_10" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_9" |
| | | android:layout_marginTop="30dp" |
| | | > |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_migration_condition" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="移居国(境)情况" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="15dp" |
| | | android:text="是否拥有外籍、境外居留权、长期居留许可" |
| | | android:textColor="#6b000000" |
| | | android:textSize="12sp" /> |
| | | |
| | | <RadioButton |
| | | android:id="@+id/radioButton" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:checked="true" |
| | | android:text="是" |
| | | /> |
| | | <View |
| | | android:layout_width="140dp" |
| | | android:layout_height="1dp" |
| | | android:background="#6B000000" |
| | | /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="20dp" |
| | | android:text="证件号码" |
| | | android:textColor="#6b000000" |
| | | android:textSize="12sp" /> |
| | | <TextView |
| | | android:id="@+id/editText_Residence_Number" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:paddingHorizontal="20dp" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" |
| | | /> |
| | | <View |
| | | android:layout_width="140dp" |
| | | android:layout_height="1dp" |
| | | android:background="#6B000000" |
| | | android:layout_marginTop="8dp" |
| | | /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_11" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:layout_marginTop="30dp" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_10" |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_certificate_condition" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="持有出入境证件情况" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_3" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/ic_unfold" /> |
| | | </LinearLayout> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/rv_certificates" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:layout_marginTop="16dp" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_12" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_11" |
| | | android:layout_marginTop="30dp" |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_abroad_condition" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="出国(境)情况" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_4" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/ic_unfold" |
| | | /> |
| | | </LinearLayout> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/rv_abroad" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:layout_marginTop="16dp" |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_11" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_migration_condition" |
| | | android:id="@+id/tv_autobiography" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="移居国(境)情况" |
| | | android:layout_marginTop="30dp" |
| | | android:text="自传" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" |
| | | app:layout_constraintLeft_toLeftOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_9" /> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:paddingHorizontal="@dimen/dp_20" |
| | | android:paddingTop="@dimen/dp_5" |
| | | android:text="是否拥有外籍、境外居留权、长期居留许可" |
| | | android:textColor="#6b000000" |
| | | android:textSize="12sp" /> |
| | | |
| | | <RadioButton |
| | | android:id="@+id/radioButton" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:paddingHorizontal="@dimen/dp_9" |
| | | android:checked="true" |
| | | android:text="是" |
| | | /> |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:paddingHorizontal="@dimen/dp_20" |
| | | android:paddingTop="@dimen/dp_5" |
| | | android:text="证件号码" |
| | | android:textColor="#6b000000" |
| | | android:textSize="12sp" /> |
| | | <EditText |
| | | android:id="@+id/editText_Residence_Number" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:paddingHorizontal="20dp" |
| | | android:hint="请输入证件号码" |
| | | android:inputType="number" |
| | | android:autofillHints="creditCardNumber" |
| | | android:textColorHint="#6b000000" |
| | | android:textColor="#DE000000" |
| | | android:textSize="@dimen/sp_16" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/layout_11" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_10" |
| | | tools:layout_editor_absoluteX="0dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_certificate_condition" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="持有出入境证件情况" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_12" /> |
| | | |
| | | |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_3" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_marginEnd="24dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/ic_unfold" /> |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/layout_12" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_11" |
| | | tools:layout_editor_absoluteX="0dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_abroad_condition" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="出国(境)情况" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" /> |
| | | |
| | | |
| | | <ImageButton |
| | | android:id="@+id/iv_fold_4" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_marginEnd="24dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/ic_unfold" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | |
| | | android:id="@+id/layout_13" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_12" |
| | | tools:layout_editor_absoluteX="0dp"> |
| | | <TextView |
| | | android:id="@+id/tv_autobiography" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_5" |
| | | android:text="自传" |
| | | android:textColor="#ff000000" |
| | | android:textSize="@dimen/sp_20" |
| | | android:textStyle="bold" |
| | | app:layout_constraintLeft_toLeftOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_12" /> |
| | | |
| | | </LinearLayout> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </androidx.core.widget.NestedScrollView> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | </layout> |
| | | </layout> |