File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <resources >
3- <color name =" fui_colorPrimary" >#3F51B5</color >
4- <color name =" fui_colorPrimaryDark" >#303F9F</color >
5- <color name =" fui_colorAccent" >#FF4081</color >
2+ <resources xmlns : tools =" http://schemas.android.com/tools" >
3+ <!-- Eventually, we should remove these so the developer knows they have to style FirebaseUI -->
4+ <color name =" colorPrimary" tools : ignore =" ResourceName" >#3F51B5</color >
5+ <color name =" colorPrimaryDark" tools : ignore =" ResourceName" >#303F9F</color >
6+ <color name =" colorAccent" tools : ignore =" ResourceName" >#FF4081</color >
67
78 <color name =" fui_errorColor" >#DD2C00</color >
89 <color name =" fui_linkColor" >#4285F4</color >
Original file line number Diff line number Diff line change 33 tools : ignore =" ResourceName" >
44
55 <style name =" FirebaseUI" parent =" Theme.AppCompat.DayNight.DarkActionBar" >
6- <item name =" colorPrimary" >@color/fui_colorPrimary </item >
7- <item name =" colorPrimaryDark" >@color/fui_colorPrimaryDark </item >
8- <item name =" colorAccent" >@color/fui_colorAccent </item >
6+ <item name =" colorPrimary" >@color/colorPrimary </item >
7+ <item name =" colorPrimaryDark" >@color/colorPrimaryDark </item >
8+ <item name =" colorAccent" >@color/colorAccent </item >
99 <item name =" android:buttonStyle" >@style/FirebaseUI.Button</item >
1010 </style >
1111
You can’t perform that action at this time.
0 commit comments