makes the default colors easily exchangable
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<!-- color for the app bar and other primary UI elements -->
|
||||||
|
<color name="colorPrimary">#ff7e5f</color>
|
||||||
|
|
||||||
|
<!-- a darker variant of the primary color, used for
|
||||||
|
the status bar (on Android 5.0+) and contextual app bars -->
|
||||||
|
<color name="colorPrimaryDark">#c74e34</color>
|
||||||
|
|
||||||
|
<!-- a secondary color for controls like checkboxes and text fields -->
|
||||||
|
<color name="colorAccent">#351c4d</color>
|
||||||
|
</resources>
|
||||||
@@ -3,6 +3,7 @@
|
|||||||
<!-- Base application theme. -->
|
<!-- Base application theme. -->
|
||||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||||
<!-- Customize your theme here. -->
|
<!-- Customize your theme here. -->
|
||||||
|
<item name="colorAccent">@color/colorAccent</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user