| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | android:layout_height="match_parent"> |
| | | |
| | | <ScrollView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toTopOf="@id/tv_action" |
| | | > |
| | | app:layout_constraintTop_toTopOf="parent"> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_region" |
| | | style="@style/formTextView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | style="@style/formTextView" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:hint="请选择" |
| | | android:gravity="end" |
| | | android:textStyle="bold" |
| | | android:layout_marginEnd="14dp" |
| | | android:id="@+id/tv_region" |
| | | android:drawableEnd="@mipmap/more_gray"/> |
| | | android:drawableEnd="@mipmap/more_gray" |
| | | android:gravity="end" |
| | | android:hint="请选择" |
| | | android:textStyle="bold" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_1" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_region" |
| | | android:text="服务区域" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginStart="26dp" |
| | | app:layout_constraintStart_toStartOf="parent"/> |
| | | android:text="服务区域" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_region" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_dot" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_region" |
| | | android:text="*" |
| | | android:layout_marginEnd="3dp" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | app:layout_constraintEnd_toStartOf="@id/tv_1"/> |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_region" |
| | | app:layout_constraintEnd_toStartOf="@id/tv_1" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="@color/dividing_line_color" |
| | | android:layout_marginHorizontal="14dp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_region"/> |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_region" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/more_gray" |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_avatar" |
| | | app:layout_constraintEnd_toEndOf="@id/tv_region"/> |
| | | app:layout_constraintEnd_toEndOf="@id/tv_region" |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" /> |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/iv_avatar" |
| | | android:layout_width="32dp" |
| | | android:layout_height="32dp" |
| | | app:roundAsCircle="true" |
| | | app:actualImageScaleType="centerCrop" |
| | | android:id="@+id/iv_avatar" |
| | | app:placeholderImage="@color/gray_ad" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_region" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:layout_marginTop="9dp" |
| | | android:layout_marginEnd="30dp" |
| | | android:layout_marginTop="9dp"/> |
| | | app:actualImageScaleType="centerCrop" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_region" |
| | | app:placeholderImage="@color/gray_ad" |
| | | app:roundAsCircle="true" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="本人头像" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_avatar" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_avatar"/> |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" |
| | | android:layout_marginEnd="3dp" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_avatar" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" |
| | | android:text="*" |
| | | android:layout_marginEnd="3dp" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/red_main"/> |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="@color/dividing_line_color" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:layout_marginTop="9dp" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_avatar"/> |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_avatar" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_phone" |
| | | android:id="@+id/et_name" |
| | | style="@style/formTextView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | style="@style/formTextView" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_avatar" |
| | | android:hint="联系人手机号" |
| | | android:textStyle="bold" |
| | | android:layout_marginStart="120dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@null" |
| | | android:hint="真实姓名" |
| | | android:maxLength="10" |
| | | android:singleLine="true" |
| | | android:textStyle="bold" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_avatar" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="姓名" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_name" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginEnd="3dp" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_name" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_sex" |
| | | style="@style/formTextView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_gray" |
| | | android:gravity="end" |
| | | android:hint="请选择" |
| | | android:textStyle="bold" |
| | | app:layout_constraintTop_toBottomOf="@id/et_name" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="26dp" |
| | | android:text="性别" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_sex" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_sex" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_sex" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_phone" |
| | | style="@style/formTextView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="120dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@null" |
| | | android:hint="联系人手机号" |
| | | android:inputType="number" |
| | | android:maxLength="11" |
| | | android:singleLine="true" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginStart="120dp" |
| | | android:layout_marginEnd="14dp"/> |
| | | android:textStyle="bold" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_sex" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/et_name" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="联系电话" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/textColor" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone"/> |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" |
| | | android:text="*" |
| | | android:layout_marginEnd="3dp" |
| | | android:textStyle="bold" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/red_main"/> |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="@color/dividing_line_color" |
| | | android:layout_marginHorizontal="14dp" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone"/> |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_phone_emergency" |
| | | style="@style/formTextView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | style="@style/formTextView" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone" |
| | | android:hint="紧急联系人手机号" |
| | | android:textStyle="bold" |
| | | android:layout_marginStart="120dp" |
| | | android:layout_marginTop="1dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@null" |
| | | android:hint="紧急联系人手机号" |
| | | android:inputType="number" |
| | | android:maxLength="11" |
| | | android:singleLine="true" |
| | | android:layout_marginTop="1dp" |
| | | android:layout_marginStart="120dp" |
| | | android:layout_marginEnd="14dp"/> |
| | | android:textStyle="bold" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="紧急联系人" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/textColor" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone_emergency"/> |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone_emergency" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone_emergency" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" |
| | | android:text="*" |
| | | android:layout_marginEnd="3dp" |
| | | android:textStyle="bold" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/red_main"/> |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_phone_emergency" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="@color/dividing_line_color" |
| | | android:layout_marginHorizontal="14dp" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone_emergency"/> |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone_emergency" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_id_card" |
| | | style="@style/formTextView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="120dp" |
| | | android:layout_marginTop="1dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@null" |
| | | android:digits="@string/idCardDigits" |
| | | android:hint="身份证号码" |
| | | android:maxLength="18" |
| | | android:singleLine="true" |
| | | android:textStyle="bold" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone_emergency" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="身份证号" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_id_card" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginEnd="3dp" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_id_card" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/et_id_card" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_2" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="13dp" |
| | | android:text="身份证" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" |
| | | app:layout_constraintTop_toBottomOf="@id/et_phone_emergency" |
| | | android:layout_marginTop="13dp"/> |
| | | app:layout_constraintTop_toBottomOf="@id/et_id_card" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_2" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" |
| | | android:text="*" |
| | | android:layout_marginEnd="3dp" |
| | | android:textStyle="bold" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/red_main"/> |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_2" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="157dp" |
| | | android:layout_height="137dp" |
| | | android:id="@+id/iv_front" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_2" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:layout_marginStart="17dp" |
| | | app:placeholderImage="@mipmap/ic_front" |
| | | app:placeholderImageScaleType="fitXY" |
| | | android:layout_marginTop="14dp"/> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="157dp" |
| | | android:layout_height="137dp" |
| | | android:id="@+id/iv_back" |
| | | android:layout_marginStart="17dp" |
| | | android:layout_marginTop="14dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_2" |
| | | app:layout_constraintStart_toEndOf="@id/iv_front" |
| | | app:placeholderImage="@mipmap/ic_front" |
| | | app:placeholderImageScaleType="fitXY" /> |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/iv_back" |
| | | android:layout_width="157dp" |
| | | android:layout_height="137dp" |
| | | android:layout_marginTop="14dp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv_front" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_2" |
| | | app:placeholderImage="@mipmap/ic_back" |
| | | app:placeholderImageScaleType="fitXY" |
| | | android:layout_marginTop="14dp"/> |
| | | app:placeholderImageScaleType="fitXY" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="@color/dividing_line_color" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:layout_marginTop="14dp" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_front"/> |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_front" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_3" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="28dp" |
| | | android:text="驾驶证" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintStart_toStartOf="@id/tv_1" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_front" |
| | | android:layout_marginTop="28dp"/> |
| | | app:layout_constraintTop_toBottomOf="@id/iv_front" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_3" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" |
| | | android:text="*" |
| | | android:layout_marginEnd="3dp" |
| | | android:textStyle="bold" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textColor="@color/red_main"/> |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_3" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/iv_license" |
| | | android:layout_width="157dp" |
| | | android:layout_height="137dp" |
| | | android:id="@+id/iv_license" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_3" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:layout_marginStart="17dp" |
| | | android:layout_marginTop="14dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_3" |
| | | app:placeholderImage="@mipmap/ic_license" |
| | | app:placeholderImageScaleType="fitXY" |
| | | android:layout_marginTop="14dp"/> |
| | | app:placeholderImageScaleType="fitXY" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="@color/dividing_line_color" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:layout_marginTop="14dp" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_license"/> |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_license" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_date" |
| | | style="@style/formTextView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_gray" |
| | | android:gravity="end" |
| | | android:hint="请选择" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginBottom="20dp" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_license" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="26dp" |
| | | android:text="初次领证日期" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_date" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginEnd="3dp" |
| | | android:text="*" |
| | | android:textColor="@color/red_main" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_date" |
| | | app:layout_constraintStart_toStartOf="@id/tv_dot" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_date" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </ScrollView> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_action" |
| | | android:layout_width="match_parent" |
| | | android:text="提交审核" |
| | | android:textColor="#ffffffff" |
| | | android:gravity="center" |
| | | android:layout_height="48dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:layout_marginBottom="14dp" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:background="@drawable/bg_login" |
| | | android:gravity="center" |
| | | android:text="提交审核" |
| | | android:textColor="#ffffffff" |
| | | android:textSize="14sp" |
| | | android:layout_height="48dp"/> |
| | | app:layout_constraintBottom_toBottomOf="parent" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |