|
@@ -0,0 +1,197 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools">
|
|
|
+ <include
|
|
|
+ android:id="@+id/toolbar_include"
|
|
|
+ layout="@layout/common_toolbar_layout"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_bg"
|
|
|
+ android:background="@drawable/bg_white_10dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="13dp"
|
|
|
+ android:layout_marginStart="13dp"
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/tv_confirm"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/toolbar_include"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_tip"
|
|
|
+ android:layout_marginTop="32dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/view_bg"
|
|
|
+ android:src="@drawable/icon_exclamation_mark_tip"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_title"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_tip"
|
|
|
+ android:textSize="@dimen/sp_18"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ tools:text="将155****4306所绑定的账号注销"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_tip"
|
|
|
+ android:paddingEnd="20dp"
|
|
|
+ android:paddingStart="20dp"
|
|
|
+ android:layout_marginTop="29dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_title"
|
|
|
+ android:text="注销后,您在相关产品/服务留存的信息将被清空且无法找回,具体包括:"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:id="@+id/tv_des1"
|
|
|
+ android:layout_marginEnd="34dp"
|
|
|
+ android:layout_marginStart="34dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_tip"
|
|
|
+ android:text="@string/str_sign_out_account_des2"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:id="@+id/tv_des2"
|
|
|
+ android:layout_marginEnd="34dp"
|
|
|
+ android:layout_marginStart="34dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_des1"
|
|
|
+ android:text="@string/str_sign_out_account_des1"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:id="@+id/tv_des3"
|
|
|
+ android:layout_marginEnd="34dp"
|
|
|
+ android:layout_marginStart="34dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_des2"
|
|
|
+ android:text="@string/str_sign_out_account_des3"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_marginStart="20dp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tv_des1"
|
|
|
+ android:background="@drawable/shape_fe2451_point"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tv_des1"
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="6dp"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_marginStart="20dp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tv_des2"
|
|
|
+ android:background="@drawable/shape_fe2451_point"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tv_des2"
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="6dp"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_marginStart="20dp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tv_des3"
|
|
|
+ android:background="@drawable/shape_fe2451_point"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tv_des3"
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="6dp"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_verify_code_bg"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
+ android:layout_marginTop="32dp"
|
|
|
+ android:layout_marginStart="12dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_bg"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_des3"
|
|
|
+ android:background="@drawable/shape_6dp_border_eaeaea_1dp"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="54dp"/>
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_send_verify_code"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_verify_code_bg"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/view_verify_code_bg"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/view_verify_code_bg"
|
|
|
+ android:textColor="@color/color_ff2dc7aa"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:text="获取验证码"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_width="94dp"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_line"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/tv_send_verify_code"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tv_send_verify_code"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tv_send_verify_code"
|
|
|
+ android:background="@color/color_ff2dc7aa"
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="18dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_num"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:inputType="number"
|
|
|
+ android:maxLength="6"
|
|
|
+ android:paddingStart="12dp"
|
|
|
+ android:hint="请输入短信验证码"
|
|
|
+ android:textColorHint="@color/color_666666"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_16"
|
|
|
+ android:background="@color/transparent"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/view_line"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_verify_code_bg"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/view_verify_code_bg"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/view_verify_code_bg"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="0dp"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_confirm"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:background="@drawable/shape_login_bt_bg"
|
|
|
+ android:layout_marginBottom="56dp"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/sp_18"
|
|
|
+ android:text="注销账号"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="44dp"/>
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|