1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <LinearLayout
2
+ <ScrollView
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
xmlns : app =" http://schemas.android.com/apk/res-auto"
5
- style = " @style/FirebaseUI.WrapperStyle "
5
+ xmlns : tools = " http://schemas.android.com/tools "
6
6
android : layout_width =" match_parent"
7
7
android : layout_height =" match_parent"
8
8
android : orientation =" vertical" >
9
9
10
- <TextView
11
- android : id =" @+id/welcome_back_email_header"
12
- style =" @style/FirebaseUI.Text.Heading"
13
- android : layout_width =" match_parent"
14
- android : layout_height =" wrap_content"
15
- android : text =" @string/welcome_back_email_header" />
16
-
17
- <TextView
18
- android : id =" @+id/welcome_back_password_body"
19
- style =" @style/FirebaseUI.Text.BodyText"
10
+ <LinearLayout
11
+ style =" @style/FirebaseUI.WrapperStyle"
20
12
android : layout_width =" match_parent"
21
13
android : layout_height =" wrap_content"
22
- android : textIsSelectable = " false " / >
14
+ android : orientation = " vertical " >
23
15
24
- <RelativeLayout
25
- android : layout_width =" match_parent"
26
- android : layout_height =" wrap_content" >
16
+ <TextView
17
+ android : id =" @+id/welcome_back_email_header"
18
+ style =" @style/FirebaseUI.Text.Heading"
19
+ android : layout_width =" match_parent"
20
+ android : layout_height =" wrap_content"
21
+ android : text =" @string/welcome_back_email_header" />
27
22
28
- <android .support.design.widget.TextInputLayout
29
- android : id =" @+id/password_layout "
30
- style =" @style/FirebaseUI.TextInputLayout.PasswordField "
23
+ <TextView
24
+ android : id =" @+id/welcome_back_password_body "
25
+ style =" @style/FirebaseUI.Text.BodyText "
31
26
android : layout_width =" match_parent"
32
27
android : layout_height =" wrap_content"
33
- android : paddingTop = " 16dp "
34
- app : passwordToggleEnabled = " true " >
28
+ android : textIsSelectable = " false "
29
+ tools : text = " @string/welcome_back_password_prompt_body " / >
35
30
36
- < android .support.design.widget.TextInputEditText
37
- android : id = " @+id/password "
38
- style = " @style/FirebaseUI.TextInputEditText.PasswordField " / >
31
+ < RelativeLayout
32
+ android : layout_width = " match_parent "
33
+ android : layout_height = " wrap_content " >
39
34
40
- </android .support.design.widget.TextInputLayout>
35
+ <android .support.design.widget.TextInputLayout
36
+ android : id =" @+id/password_layout"
37
+ style =" @style/FirebaseUI.TextInputLayout.PasswordField"
38
+ android : layout_width =" match_parent"
39
+ android : layout_height =" wrap_content"
40
+ android : paddingTop =" 16dp"
41
+ app : passwordToggleEnabled =" true" >
41
42
42
- </RelativeLayout >
43
+ <android .support.design.widget.TextInputEditText
44
+ android : id =" @+id/password"
45
+ style =" @style/FirebaseUI.TextInputEditText.PasswordField" />
43
46
44
- <LinearLayout
45
- android : layout_width =" match_parent"
46
- android : layout_height =" wrap_content"
47
- android : paddingTop =" 16dp" >
47
+ </android .support.design.widget.TextInputLayout>
48
48
49
- <TextView
50
- android : id = " @+id/trouble_signing_in "
51
- style = " @style/FirebaseUI.Text.Link "
52
- android : layout_width =" 0dp "
49
+ </ RelativeLayout >
50
+
51
+ < LinearLayout
52
+ android : layout_width =" match_parent "
53
53
android : layout_height =" wrap_content"
54
- android : layout_weight =" 1"
55
- android : text =" @string/trouble_signing_in" />
54
+ android : paddingTop =" 16dp" >
55
+
56
+ <TextView
57
+ android : id =" @+id/trouble_signing_in"
58
+ style =" @style/FirebaseUI.Text.Link"
59
+ android : layout_width =" 0dp"
60
+ android : layout_height =" wrap_content"
61
+ android : layout_weight =" 1"
62
+ android : text =" @string/trouble_signing_in" />
63
+
64
+ <Button
65
+ android : id =" @+id/button_done"
66
+ style =" @style/FirebaseUI.Button"
67
+ android : text =" @string/sign_in_default" />
56
68
57
- <Button
58
- android : id =" @+id/button_done"
59
- style =" @style/FirebaseUI.Button"
60
- android : text =" @string/sign_in_default" />
69
+ </LinearLayout >
61
70
62
71
</LinearLayout >
63
72
64
- </LinearLayout >
73
+ </ScrollView >
0 commit comments