File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2626 android : id =" @+id/email"
2727 android : ems =" 10"
2828 android : hint =" Email"
29- android : paddingTop =" 20dp" />
29+ android : paddingTop =" 20dp"
30+ style =" @style/FirebaseEditTextTheme"
31+ android : theme =" @style/FirebaseEditTextTheme" />
3032
3133 <EditText
3234 android : layout_width =" match_parent"
3537 android : ems =" 10"
3638 android : hint =" Password"
3739 android : paddingTop =" 20dp"
38- android : password =" true" />
40+ android : password =" true"
41+ style =" @style/FirebaseEditTextTheme"
42+ android : theme =" @style/FirebaseEditTextTheme" />
3943
4044 <Button
4145 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <style name =" FirebaseEditTextTheme" >
4+ <item name =" colorControlActivated" >#1194F6</item >
5+ <!-- colorControlActivated & colorControlHighlight use the colorAccent color by default -->
6+ </style >
7+ </resources >
You can’t perform that action at this time.
0 commit comments