Updated the color constants to match material.
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
|
||||
<item name="colorPrimary">@color/sunshine_blue</item>
|
||||
<item name="colorPrimaryDark">@color/sunshine_dark_blue</item>
|
||||
<item name="colorPrimary">@color/primary</item>
|
||||
<item name="colorPrimaryDark">@color/primary_dark</item>
|
||||
<item name="colorAccent">@color/accent</item>
|
||||
</style>
|
||||
|
||||
<!-- Main activity theme. -->
|
||||
|
||||
Reference in New Issue
Block a user