123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- <?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"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <include
- android:id="@+id/toolbar_include"
- layout="@layout/common_toolbar_layout" />
- <ScrollView
- android:id="@+id/scrollView"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_marginStart="13dp"
- android:layout_marginTop="12dp"
- android:layout_marginEnd="13dp"
- android:layout_marginBottom="30dp"
- android:background="@drawable/bg_white_10dp"
- android:scrollbars="vertical"
- android:visibility="gone"
- app:layout_constraintBottom_toTopOf="@+id/tv_confirm"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/toolbar_include">
- <androidx.constraintlayout.widget.ConstraintLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="10dp">
- <ImageView
- android:id="@+id/iv_tip"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="32dp"
- android:src="@drawable/icon_exclamation_mark_tip"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
- <TextView
- android:id="@+id/tv_title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="24dp"
- android:includeFontPadding="false"
- android:textColor="@color/color_333333"
- android:textSize="@dimen/sp_18"
- android:textStyle="bold"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/iv_tip"
- tools:text="将155****4306所绑定的机构解绑" />
- <TextView
- android:id="@+id/tv_tip"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:includeFontPadding="false"
- android:paddingStart="12dp"
- android:paddingEnd="12dp"
- android:textColor="@color/color_666666"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/tv_title"
- tools:text="解绑机构后,在此机构的数据将无法恢复,确认要继续解绑" />
- <TextView
- android:id="@+id/tv_star"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:includeFontPadding="false"
- android:paddingStart="12dp"
- android:text="*"
- android:textColor="@color/color_ff5a56"
- android:textSize="@dimen/sp_16"
- app:layout_constraintBottom_toBottomOf="@+id/tv_reason_title"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintTop_toTopOf="@+id/tv_reason_title" />
- <TextView
- android:id="@+id/tv_reason_title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="28dp"
- android:includeFontPadding="false"
- android:text="解绑原因:"
- android:textColor="@color/color_333333"
- android:textSize="@dimen/sp_16"
- android:textStyle="bold"
- app:layout_constraintLeft_toRightOf="@+id/tv_star"
- app:layout_constraintTop_toBottomOf="@+id/tv_tip" />
- <EditText
- android:id="@+id/et_content"
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_83"
- android:layout_marginLeft="12dp"
- android:layout_marginTop="10dp"
- android:layout_marginRight="12dp"
- android:background="@drawable/shape_6dp_border_eaeaea_1dp"
- android:gravity="left"
- android:hint="请输入解绑原因"
- android:inputType="text"
- android:paddingLeft="5dp"
- android:paddingTop="5dp"
- android:paddingRight="5dp"
- android:paddingBottom="5dp"
- android:textColor="@color/black_333"
- android:textColorHint="@color/color_999999"
- android:textSize="@dimen/sp_16"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/tv_reason_title" />
- <View
- android:id="@+id/view_verify_code_bg"
- android:layout_width="0dp"
- android:layout_height="54dp"
- android:layout_marginStart="12dp"
- android:layout_marginTop="12dp"
- android:layout_marginEnd="12dp"
- android:layout_marginBottom="23dp"
- android:background="@drawable/shape_6dp_border_eaeaea_1dp"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/et_content" />
- <TextView
- android:id="@+id/tv_send_verify_code"
- android:layout_width="94dp"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:text="获取验证码"
- android:textColor="@color/color_ff2dc7aa"
- android:textSize="@dimen/sp_14"
- app:layout_constraintBottom_toBottomOf="@+id/view_verify_code_bg"
- app:layout_constraintRight_toRightOf="@+id/view_verify_code_bg"
- app:layout_constraintTop_toTopOf="@+id/view_verify_code_bg" />
- <View
- android:id="@+id/view_line"
- android:layout_width="1dp"
- android:layout_height="18dp"
- android:background="@color/color_ff2dc7aa"
- app:layout_constraintBottom_toBottomOf="@+id/tv_send_verify_code"
- app:layout_constraintRight_toLeftOf="@+id/tv_send_verify_code"
- app:layout_constraintTop_toTopOf="@+id/tv_send_verify_code" />
- <EditText
- android:id="@+id/et_num"
- android:layout_width="0dp"
- android:layout_height="0dp"
- android:background="@color/transparent"
- android:hint="请输入短信验证码"
- android:inputType="number"
- android:maxLength="6"
- android:maxLines="1"
- android:paddingStart="12dp"
- android:textColor="@color/color_333333"
- android:textColorHint="@color/color_999999"
- android:textSize="@dimen/sp_16"
- app:layout_constraintBottom_toBottomOf="@+id/view_verify_code_bg"
- app:layout_constraintLeft_toLeftOf="@+id/view_verify_code_bg"
- app:layout_constraintRight_toLeftOf="@+id/view_line"
- app:layout_constraintTop_toTopOf="@+id/view_verify_code_bg" />
- </androidx.constraintlayout.widget.ConstraintLayout>
- </ScrollView>
- <androidx.constraintlayout.widget.ConstraintLayout
- android:id="@+id/cs_unbind_detail"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_marginStart="13dp"
- android:layout_marginTop="12dp"
- android:layout_marginEnd="13dp"
- android:layout_marginBottom="30dp"
- android:background="@drawable/bg_white_10dp"
- android:scrollbars="vertical"
- android:visibility="gone"
- app:layout_constraintBottom_toTopOf="@+id/tv_confirm"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/toolbar_include">
- <ImageView
- android:id="@+id/iv_tip2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:src="@drawable/icon_unbind_tenant_tip"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
- <TextView
- android:id="@+id/tv_tip2"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="26dp"
- android:gravity="center"
- android:includeFontPadding="false"
- android:paddingStart="12dp"
- android:paddingEnd="12dp"
- android:textColor="@color/color_666666"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/iv_tip2"
- tools:text=",正在审核中,请耐心等待机构人员处理" />
- <TextView
- android:id="@+id/tv_star2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:includeFontPadding="false"
- android:paddingStart="12dp"
- android:text="*"
- android:textColor="@color/color_ff5a56"
- android:textSize="@dimen/sp_16"
- app:layout_constraintBottom_toBottomOf="@+id/tv_reason_title2"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintTop_toTopOf="@+id/tv_reason_title2" />
- <TextView
- android:id="@+id/tv_reason_title2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="28dp"
- android:includeFontPadding="false"
- android:text="解绑原因:"
- android:textColor="@color/color_333333"
- android:textSize="@dimen/sp_16"
- android:textStyle="bold"
- app:layout_constraintLeft_toRightOf="@+id/tv_star2"
- app:layout_constraintTop_toBottomOf="@+id/tv_tip2" />
- <TextView
- android:id="@+id/tv_reason"
- android:layout_width="0dp"
- android:layout_height="83dp"
- android:layout_marginStart="12dp"
- android:layout_marginTop="10dp"
- android:layout_marginEnd="12dp"
- android:background="@drawable/shape_f6f6f6_10dp"
- android:padding="10dp"
- android:textColor="@color/color_777777"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/tv_reason_title2"
- tools:text="我要换机构" />
- </androidx.constraintlayout.widget.ConstraintLayout>
- <TextView
- android:visibility="gone"
- android:id="@+id/tv_confirm"
- android:layout_width="match_parent"
- android:layout_height="44dp"
- android:layout_marginStart="25dp"
- android:layout_marginEnd="25dp"
- android:layout_marginBottom="26dp"
- android:background="@drawable/shape_login_bt_bg"
- android:gravity="center"
- android:text="确认解绑"
- android:textColor="@color/white"
- android:textSize="@dimen/sp_18"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent" />
- </androidx.constraintlayout.widget.ConstraintLayout>
|