<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:orientation="vertical"
|
android:background="@color/white"
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="25dp"
|
android:layout_marginEnd="25dp"
|
android:orientation="vertical">
|
|
<include layout="@layout/include_login_phone"/>
|
|
<include layout="@layout/include_login_code"/>
|
|
<include layout="@layout/include_login_pwd"/>
|
|
</LinearLayout>
|
|
<TextView
|
android:id="@+id/tv_sure"
|
android:layout_width="match_parent"
|
android:text="确认找回"
|
android:textColor="#ffffffff"
|
android:gravity="center"
|
android:layout_marginTop="44dp"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:background="@drawable/bg_login"
|
android:textSize="14sp"
|
android:layout_height="40dp"/>
|
|
<TextView
|
android:id="@+id/tv_hint_phone"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="12dp"
|
android:layout_marginStart="14dp"
|
android:text="若手机不能使用,请联系客服:15828702770"
|
android:textColor="#ff666666"
|
android:textSize="12sp"
|
/>
|
|
</LinearLayout>
|