<?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_F5F7FA"
|
tools:context=".ui.me.BindPhoneActivity">
|
|
<include
|
android:id="@+id/toolbar_top_fragment_house_list_rl"
|
layout="@layout/toolbar_top_view_44" />
|
|
<RelativeLayout
|
android:id="@+id/bind_area_parent_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_100"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_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:layout_marginTop="@dimen/dp_24"
|
android:text="@string/home_phone_number"
|
android:textColor="@color/text_65000000"
|
android:textSize="@dimen/text_14" />
|
|
<RelativeLayout
|
android:id="@+id/bind_area_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52"
|
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_E6000000"
|
android:textSize="@dimen/text_16" />
|
|
<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_43"
|
android:gravity="center_vertical|end"
|
android:text="+86"
|
android:textColor="@color/text_030D1C"
|
android:textSize="@dimen/text_16"
|
|
/>
|
|
<ImageView
|
android:id="@+id/bind_area_next_iv"
|
android:layout_width="@dimen/dp_32"
|
android:layout_height="@dimen/dp_32"
|
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="@dimen/dp_100"
|
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:layout_marginTop="@dimen/dp_24"
|
android:text="@string/home_login_phone"
|
android:textColor="@color/text_65000000"
|
android:textSize="@dimen/text_14" />
|
|
<RelativeLayout
|
android:id="@+id/bind_phone_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52"
|
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="number"
|
android:lines="1"
|
android:maxLines="1"
|
android:textColor="@color/text_FF000000"
|
android:textColorHint="@color/text_25000000"
|
android:textSize="@dimen/text_16" />
|
|
<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_E1E1E1"
|
android:visibility="gone"
|
|
/>
|
|
</RelativeLayout>
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/bind_phone_verification_parent_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_100"
|
android:layout_marginTop="@dimen/dp_24"
|
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_65000000"
|
android:textSize="@dimen/text_14" />
|
|
<!--手机获取验证码-->
|
<RelativeLayout
|
android:id="@+id/bind_phone_verification_code_rl"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52"
|
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_245EC3"
|
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_E1E1E1" />
|
|
<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="text"
|
android:lines="1"
|
android:maxLines="1"
|
android:textColor="@color/text_FF000000"
|
android:textColorHint="@color/text_25000000"
|
android:textSize="@dimen/text_16"
|
|
/>
|
|
<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_E1E1E1"
|
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="73dp"
|
android:layout_marginEnd="@dimen/dp_20"
|
android:background="@drawable/yesandnocheck"
|
android:gravity="center"
|
android:text="@string/home_login_affirm"
|
android:textColor="@color/text_FFFFFFFF"
|
android:textSize="18sp"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toBottomOf="@+id/bind_phone_verification_parent_rl" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|