Change accent colors
This commit is contained in:
parent
d397a1da23
commit
980dc10d67
@ -2,10 +2,11 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<color name="colorPrimary">#3F51B5</color>
|
<color name="colorPrimary">#3F51B5</color>
|
||||||
<color name="colorPrimaryDark">#303F9F</color>
|
<color name="colorPrimaryDark">#303F9F</color>
|
||||||
<color name="colorAccent">#FF4081</color> <!--Alternatives: Red 700 #D32F2F-->
|
<color name="colorAccent">#FF5252</color>
|
||||||
|
|
||||||
<!--TODO: Use color int instead? This resource is defined in aosp_datetimepicker_colors file. -->
|
<!--TODO: Use color int instead? This resource is defined in aosp_datetimepicker_colors file. -->
|
||||||
<color name="colorPrimaryInverse">@color/dark_gray</color>
|
<color name="colorPrimaryInverse">@color/dark_gray</color>
|
||||||
<color name="colorPrimaryDarkInverse">@android:color/black</color>
|
<color name="colorPrimaryDarkInverse">@android:color/black</color>
|
||||||
<color name="colorAccentInverse">#FF80AB</color>
|
<!-- Same as colorAccent, can't find a lighter accent color that looks red enough.. -->
|
||||||
</resources>
|
<color name="colorAccentInverse">#FF5252</color>
|
||||||
|
</resources>
|
||||||
Loading…
Reference in New Issue
Block a user