11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <LinearLayout
3+ xmlns : android =" http://schemas.android.com/apk/res/android"
4+ android : orientation =" vertical"
5+ android : layout_width =" match_parent"
6+ android : layout_height =" match_parent"
7+ android : divider =" ?android:dividerHorizontal"
8+ android : showDividers =" middle" >
29
3- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
4- android : layout_width =" fill_parent"
5- android : layout_height =" match_parent"
6- android : orientation =" vertical" >
10+ <ProgressBar android : id =" @+id/lost_progress" style =" ?android:attr/progressBarStyleLarge"
11+ android : layout_width =" wrap_content" android : layout_height =" wrap_content"
12+ android : layout_marginBottom =" 8dp" android : visibility =" gone" />
713
814 <TextView
9- android : textSize =" 30dp "
15+ android : textSize =" 30sp "
1016 android : layout_width =" wrap_content"
1117 android : layout_height =" wrap_content"
1218 android : text =" @string/lost_pass_email"
1319 android : layout_marginTop =" 30dp"
14- android : layout_alignParentRight =" false"
1520 android : layout_gravity =" center"
1621 android : layout_marginBottom =" 30dp" />
1722
18- <LinearLayout
23+ <ScrollView
1924 android : layout_width =" fill_parent"
25+ android : layout_height =" 0px"
26+ android : layout_weight =" 1" >
27+
28+
29+ <android .support.design.widget.TextInputLayout android : layout_width =" match_parent"
30+ android : layout_height =" wrap_content" >
31+ <EditText
32+ android : id =" @+id/userEmailField"
33+ android : layout_width =" match_parent"
34+ android : layout_height =" wrap_content"
35+ android : layout_marginTop =" 15dp"
36+ android : hint =" @string/email"
37+ android : imeActionId =" @+id/login"
38+ android : imeOptions =" actionUnspecified"
39+ android : inputType =" textEmailAddress"
40+ android : maxLines =" 1"
41+ android : padding =" 8dp"
42+ android : singleLine =" true"
43+ android : textColorHint =" @color/white_color" >
44+ <requestFocus />
45+ </EditText >
46+ </android .support.design.widget.TextInputLayout>
47+ </ScrollView >
48+
49+ <LinearLayout
50+ android : layout_width =" match_parent"
2051 android : layout_height =" wrap_content"
2152 android : orientation =" horizontal"
22- android : layout_margin =" 10dp" >
53+ android : gravity =" center_vertical"
54+ style =" ?android:buttonBarStyle" >
2355
24- <TextView
25- android : clickable =" false"
26- android : layout_width =" 0dip"
27- android : layout_height =" wrap_content"
28- android : layout_weight =" .4"
29- android : text =" @string/email"
30- android : textStyle =" bold"
31- android : textSize =" 20dp"
32- android : gravity =" right"
33- android : layout_marginRight =" 10dp" />
34-
35- <EditText
36- android : id =" @+id/userEmailField"
37- android : layout_width =" 0dip"
56+ <Button
57+ android : id =" @+id/sendButton"
58+ android : layout_width =" match_parent"
3859 android : layout_height =" wrap_content"
39- android : drawSelectorOnTop =" true"
40- android : layout_weight =" .6"
41- android : layout_marginRight =" 40dp"
42- android : inputType =" textEmailAddress"
43- android : imeOptions =" actionSend" >
44-
45- <requestFocus />
46- </EditText >
60+ android : text =" @string/send"
61+ android : textSize =" @dimen/main_button"
62+ style =" ?android:attr/buttonBarButtonStyle" />
63+
4764 </LinearLayout >
4865</LinearLayout >
0 commit comments