Change colorPrimary and colorPrimaryDark for light theme.

This commit is contained in:
Phillip Hsu
2017-03-01 16:17:06 -08:00
parent 3d8e970294
commit 06f82b9580
+2 -2
View File
@@ -16,8 +16,8 @@
--> -->
<resources> <resources>
<color name="colorPrimary">#3F51B5</color> <color name="colorPrimary">#1C46A0</color>
<color name="colorPrimaryDark">#303F9F</color> <color name="colorPrimaryDark">#143782</color>
<color name="colorAccent">#FF5252</color> <color name="colorAccent">#FF5252</color>
<color name="colorPrimaryFallback">#5C6BC0</color> <color name="colorPrimaryFallback">#5C6BC0</color>