<?xml version="1.0" encoding="utf-8"?>
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:scrollbars="none" >
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="#FEFFFF"
|
android:paddingBottom="50dp" >
|
|
<TextView
|
android:id="@+id/textView1"
|
android:layout_width="match_parent"
|
android:layout_height="48dp"
|
android:gravity="center"
|
android:singleLine="true"
|
android:textColor="#DECCAC"
|
android:text="密码保护设置过问题 可用这种方式找回密码"
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
<RelativeLayout
|
android:id="@+id/relativeLayout2"
|
android:layout_width="match_parent"
|
android:layout_height="45dp"
|
android:layout_alignParentLeft="true"
|
android:layout_marginLeft="16dp"
|
android:layout_marginRight="16dp"
|
android:layout_below="@+id/textView1"
|
android:background="@drawable/sp_findpwd_et" >
|
|
<EditText
|
android:id="@+id/et_questionfindpwd_username"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="16dp"
|
android:background="@null"
|
android:hint="@string/txt_account" >
|
</EditText>
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/relativeLayout3"
|
android:layout_width="match_parent"
|
android:layout_height="45dp"
|
android:layout_alignParentLeft="true"
|
android:layout_below="@+id/relativeLayout2"
|
android:layout_marginTop="16dp"
|
android:layout_marginLeft="16dp"
|
android:layout_marginRight="16dp"
|
android:background="@drawable/sp_findpwd_et" >
|
|
|
<TextView
|
android:id="@+id/txt_questionfindpwd_question"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_toLeftOf="@+id/img_questionfindpwd_questionoptions"
|
android:background="@null"
|
android:gravity="center_vertical"
|
android:hint="@string/txt_question_select"
|
android:paddingLeft="16dp"
|
android:singleLine="true"
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
<ImageView
|
android:id="@+id/img_questionfindpwd_questionoptions"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_centerVertical="true"
|
android:layout_marginRight="8dp"
|
android:src="@mipmap/sp_fm_down" />
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/relativeLayout4"
|
android:layout_width="match_parent"
|
android:layout_height="45dp"
|
android:layout_alignParentLeft="true"
|
android:layout_marginTop="16dp"
|
android:layout_marginLeft="16dp"
|
android:layout_marginRight="16dp"
|
android:layout_below="@+id/relativeLayout3"
|
android:background="@drawable/sp_findpwd_et" >
|
|
<EditText
|
android:id="@+id/et_questionfindpwd_answer"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="16dp"
|
android:background="@null"
|
android:gravity="center_vertical"
|
android:hint="@string/txt_answers"
|
android:singleLine="true"
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/relativeLayout5"
|
android:layout_width="match_parent"
|
android:layout_height="45dp"
|
android:layout_marginLeft="16dp"
|
android:layout_marginRight="16dp"
|
android:layout_alignParentLeft="true"
|
android:layout_below="@+id/relativeLayout4"
|
android:layout_marginTop="16dp"
|
android:background="@drawable/sp_findpwd_et" >
|
|
<EditText
|
android:id="@+id/et_questionfindpwd_newpassword"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="16dp"
|
android:background="@null"
|
android:hint="@string/edt_newpassword" >
|
</EditText>
|
</RelativeLayout>
|
|
|
<Button
|
android:id="@+id/btn_questionfindpwd_submit"
|
android:layout_width="match_parent"
|
android:layout_height="45dp"
|
android:layout_marginLeft="16dp"
|
android:layout_marginRight="16dp"
|
android:layout_below="@+id/relativeLayout5"
|
android:layout_marginTop="35dp"
|
android:background="@drawable/sp_post"
|
android:text="@string/btn_submit"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textColor="#FFFFFF" />
|
|
<TextView
|
android:id="@+id/cs_service"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="16dp"
|
android:layout_marginRight="16dp"
|
android:layout_alignLeft="@+id/btn_mobilefindpwd_submit"
|
android:layout_below="@+id/btn_questionfindpwd_submit"
|
android:layout_marginTop="18dp"
|
android:clickable="true"
|
android:textColor="#EA8367"
|
android:text="@string/cs_service"
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
</RelativeLayout>
|
|
</ScrollView>
|