File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<android .support.design.widget.TextInputLayout
25
25
android : id =" @+id/email_layout"
26
+ android : labelFor =" @+id/email"
26
27
style =" @style/FirebaseUI.TextInputLayout.EmailField"
27
28
android : layout_width =" match_parent"
28
29
android : layout_height =" wrap_content"
Original file line number Diff line number Diff line change 24
24
25
25
<android .support.design.widget.TextInputLayout
26
26
android : id =" @+id/email_layout"
27
+ android : labelFor =" @+id/email"
27
28
style =" @style/FirebaseUI.TextInputLayout.EmailField"
28
29
android : layout_width =" match_parent"
29
30
android : layout_height =" wrap_content"
41
42
42
43
<android .support.design.widget.TextInputLayout
43
44
android : id =" @+id/name_layout"
45
+ android : labelFor =" @+id/name"
44
46
style =" @style/FirebaseUI.TextInputLayout.NameField"
45
47
android : layout_width =" match_parent"
46
48
android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments