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 1
1
<?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 >
6
7
7
8
<color name =" fui_errorColor" >#DD2C00</color >
8
9
<color name =" fui_linkColor" >#4285F4</color >
Original file line number Diff line number Diff line change 3
3
tools : ignore =" ResourceName" >
4
4
5
5
<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 >
9
9
<item name =" android:buttonStyle" >@style/FirebaseUI.Button</item >
10
10
</style >
11
11
You can’t perform that action at this time.
0 commit comments