p7725_sdk_layout_findpass.xml
1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<TextView
android:id="@+id/tv_findpass_title"
style="@style/Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_findpass2" />
<EditText
android:id="@+id/et_findpass_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_findpass_input_username"
android:inputType="text" />
<EditText
android:id="@+id/et_findpass_input_email"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_findpass_input_email"
android:inputType="textEmailAddress" />
<Button
android:id="@+id/btn_findpass_ok"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_ok" />
<Button
android:id="@+id/btn_findpass_back"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_back" />
</RelativeLayout>