change the app colors a bit
This commit is contained in:
parent
a14f6d3f83
commit
49da893d50
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#ffff6f00</color>
|
||||
<color name="colorPrimaryDark">#ffe46300</color>
|
||||
<color name="colorPrimary">#fff68630</color>
|
||||
<color name="colorPrimaryDark">#ffe27725</color>
|
||||
<color name="colorAccent">@color/colorPrimary</color>
|
||||
<color name="dark_grey_pressed_mask">#11000000</color>
|
||||
<color name="lightGrey">#fff3f3f3</color>
|
||||
|
|
Loading…
Reference in New Issue