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 26
26
android : id =" @+id/email"
27
27
android : ems =" 10"
28
28
android : hint =" Email"
29
- android : paddingTop =" 20dp" />
29
+ android : paddingTop =" 20dp"
30
+ style =" @style/FirebaseEditTextTheme"
31
+ android : theme =" @style/FirebaseEditTextTheme" />
30
32
31
33
<EditText
32
34
android : layout_width =" match_parent"
35
37
android : ems =" 10"
36
38
android : hint =" Password"
37
39
android : paddingTop =" 20dp"
38
- android : password =" true" />
40
+ android : password =" true"
41
+ style =" @style/FirebaseEditTextTheme"
42
+ android : theme =" @style/FirebaseEditTextTheme" />
39
43
40
44
<Button
41
45
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