<?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"
|
android:background="@color/text_FF000000"
|
tools:context=".ui.me.BindPhoneActivity">
|
|
<include
|
android:id="@+id/toolbar_top_rl"
|
layout="@layout/toolbar_top_view_44"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_44"
|
android:layout_marginTop="@dimen/dp_38"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
|
<RelativeLayout
|
android:id="@+id/bind_area_parent_rl"
|
android:layout_width="match_parent"
|
android:layout_height="78dp"
|
android:layout_marginTop="@dimen/dp_10"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toBottomOf="@+id/toolbar_top_rl">
|
|
<TextView
|
android:id="@+id/bind_area_title_tv"
|
android:layout_width="wrap_content"
|
android:layout_height="@dimen/dp_20"
|
android:layout_marginStart="@dimen/dp_20"
|
android:text="@string/home_phone_number"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<RelativeLayout
|
android:id="@+id/bind_area_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_50"
|
android:layout_below="@+id/bind_area_title_tv"
|
android:layout_marginStart="@dimen/dp_20"
|
android:layout_marginTop="@dimen/dp_8"
|
android:layout_marginEnd="@dimen/dp_20"
|
android:background="@drawable/me_change_psw_bj">
|
|
<TextView
|
android:id="@+id/bind_area_tv"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginStart="@dimen/dp_20"
|
android:layout_marginEnd="@dimen/dp_150"
|
android:gravity="center_vertical"
|
android:text="@string/home_chinese_mainland"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<TextView
|
android:id="@+id/bind_area_number_tv"
|
android:layout_width="@dimen/dp_90"
|
android:layout_height="match_parent"
|
android:layout_alignParentEnd="true"
|
android:layout_centerVertical="true"
|
android:layout_marginEnd="@dimen/dp_35"
|
android:gravity="center_vertical|end"
|
android:text="+86"
|
android:textColor="@color/text_FF5B5B5B"
|
android:textSize="@dimen/text_14"
|
|
/>
|
|
<ImageView
|
android:id="@+id/bind_area_next_iv"
|
android:layout_width="@dimen/dp_20"
|
android:layout_height="@dimen/dp_20"
|
android:layout_alignParentEnd="true"
|
android:layout_centerVertical="true"
|
android:layout_marginEnd="@dimen/dp_6"
|
android:src="@drawable/spinner" />
|
|
</RelativeLayout>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/bind_phone_parent_rl"
|
android:layout_width="match_parent"
|
android:layout_height="78dp"
|
android:layout_marginTop="@dimen/dp_25"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toBottomOf="@+id/bind_area_parent_rl">
|
|
<TextView
|
android:id="@+id/bind_phone_title_tv"
|
android:layout_width="wrap_content"
|
android:layout_height="@dimen/dp_20"
|
android:layout_marginStart="@dimen/dp_20"
|
android:text="@string/home_login_phone"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<RelativeLayout
|
android:id="@+id/bind_phone_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_50"
|
android:layout_below="@+id/bind_phone_title_tv"
|
android:layout_marginStart="@dimen/dp_20"
|
android:layout_marginTop="@dimen/dp_8"
|
android:layout_marginEnd="@dimen/dp_20"
|
android:background="@drawable/me_change_psw_bj">
|
|
<EditText
|
android:id="@+id/bind_phone_et"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_23"
|
android:layout_centerVertical="true"
|
android:layout_marginStart="@dimen/dp_16"
|
android:layout_marginEnd="@dimen/dp_60"
|
android:background="@null"
|
android:hint="@string/home_login_input_phone"
|
android:inputType="phone"
|
android:lines="1"
|
android:maxLines="1"
|
android:textColor="@color/text_FFACACAC"
|
android:textColorHint="@color/text_FF5B5B5B"
|
android:textSize="@dimen/text_14" />
|
|
<ImageView
|
android:id="@+id/bind_phone_clear_iv"
|
android:layout_width="@dimen/dp_20"
|
android:layout_height="@dimen/dp_20"
|
android:layout_alignParentEnd="true"
|
android:layout_centerVertical="true"
|
android:layout_marginEnd="@dimen/dp_12"
|
android:src="@drawable/clear" />
|
|
<View
|
android:id="@+id/bind_phone_line_v"
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:layout_alignParentBottom="true"
|
android:layout_marginStart="@dimen/dp_20"
|
android:layout_marginEnd="@dimen/dp_20"
|
android:background="@color/text_1AFFFFFF"
|
android:visibility="gone"
|
|
/>
|
|
</RelativeLayout>
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/bind_phone_verification_parent_rl"
|
android:layout_width="match_parent"
|
android:layout_height="78dp"
|
android:layout_marginTop="@dimen/dp_25"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toBottomOf="@+id/bind_phone_parent_rl">
|
|
<TextView
|
android:id="@+id/bind_phone_verification_title_tv"
|
android:layout_width="wrap_content"
|
android:layout_height="@dimen/dp_20"
|
android:layout_marginStart="@dimen/dp_20"
|
android:text="@string/verification"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<!--手机获取验证码-->
|
<RelativeLayout
|
android:id="@+id/bind_phone_verification_code_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_50"
|
android:layout_below="@+id/bind_phone_verification_title_tv"
|
android:layout_marginStart="@dimen/dp_20"
|
android:layout_marginTop="@dimen/dp_8"
|
android:layout_marginEnd="@dimen/dp_20"
|
android:background="@drawable/me_change_psw_bj">
|
|
<TextView
|
android:id="@+id/bind_phone_verification_tv"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_alignParentEnd="true"
|
android:layout_marginEnd="@dimen/dp_16"
|
android:gravity="center"
|
android:paddingStart="@dimen/dp_16"
|
android:paddingEnd="@dimen/dp_0"
|
android:text="@string/home_login_verification_code"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<View
|
android:id="@+id/bind_phone_verification_v"
|
android:layout_width="0.5dp"
|
android:layout_height="20dp"
|
android:layout_alignStart="@+id/bind_phone_verification_tv"
|
android:layout_centerInParent="true"
|
android:background="@color/text_1AFFFFFF" />
|
|
<EditText
|
android:id="@+id/change_phone_verification_et"
|
android:layout_width="@dimen/dp_150"
|
android:layout_height="match_parent"
|
android:layout_alignStart="@+id/bind_phone_verification_v"
|
android:layout_alignParentStart="true"
|
android:layout_marginStart="@dimen/dp_20"
|
android:background="@null"
|
android:hint="@string/home_login_input_verification_code"
|
android:inputType="phone"
|
android:lines="1"
|
android:maxLines="1"
|
android:textColor="@color/text_FFACACAC"
|
android:textColorHint="@color/text_FF5B5B5B"
|
android:textSize="@dimen/text_14"
|
|
/>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:layout_alignParentBottom="true"
|
android:layout_marginStart="@dimen/dp_20"
|
android:layout_marginEnd="@dimen/dp_20"
|
android:background="@color/text_1AFFFFFF"
|
android:visibility="gone"
|
|
/>
|
|
|
</RelativeLayout>
|
</RelativeLayout>
|
|
|
<!--确认-->
|
<TextView
|
android:id="@+id/bind_phone__tv"
|
android:layout_width="match_parent"
|
android:layout_height="52dp"
|
android:layout_marginStart="@dimen/dp_20"
|
android:layout_marginTop="50dp"
|
android:layout_marginEnd="@dimen/dp_20"
|
android:background="@drawable/bj_ff39383d"
|
android:enabled="false"
|
android:gravity="center"
|
android:text="@string/home_login_affirm"
|
android:textColor="@color/text_FF5B5B5B"
|
android:textSize="14sp"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toBottomOf="@+id/bind_phone_verification_parent_rl" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|