File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
<android .support.design.widget.TextInputLayout
37
37
android : id =" @+id/name_layout"
38
- style =" @style/Widget.Design. TextInputLayout"
38
+ style =" @style/FirebaseUI. TextInputLayout.NameField "
39
39
android : layout_width =" match_parent"
40
40
android : layout_height =" wrap_content"
41
41
android : paddingTop =" @dimen/fui_field_padding_vert"
42
- android : hint =" @string/fui_name_hint"
43
42
app : errorEnabled =" true" >
44
43
45
44
<android .support.design.widget.TextInputEditText
46
45
android : id =" @+id/name"
46
+ style =" @style/FirebaseUI.TextInputEditText.NameField"
47
47
android : layout_width =" match_parent"
48
- android : layout_height =" wrap_content"
49
- android : inputType =" textCapWords" />
48
+ android : layout_height =" wrap_content" />
50
49
51
50
</android .support.design.widget.TextInputLayout>
52
51
Original file line number Diff line number Diff line change 125
125
<item name =" android:inputType" >textEmailAddress</item >
126
126
</style >
127
127
128
+ <style name =" FirebaseUI.TextInputEditText.NameField" >
129
+ <item name =" android:inputType" >textCapWords</item >
130
+ </style >
131
+
128
132
<style name =" FirebaseUI.TextInputEditText.PhoneField" >
129
133
<item name =" android:hint" >@string/fui_phone_hint</item >
130
134
<item name =" android:inputType" >phone</item >
143
147
<item name =" android:hint" >@string/fui_email_hint</item >
144
148
</style >
145
149
150
+ <style name =" FirebaseUI.TextInputLayout.NameField" >
151
+ <item name =" android:hint" >@string/fui_name_hint</item >
152
+ </style >
153
+
146
154
<style name =" FirebaseUI.TextInputLayout.PasswordField" >
147
155
<item name =" android:hint" >@string/fui_password_hint</item >
148
156
</style >
You can’t perform that action at this time.
0 commit comments