change the selected items overlay color

This commit is contained in:
tibbi 2016-06-02 23:17:14 +02:00
parent b8c16e42c1
commit ac6ef1ea3f

View file

@ -3,8 +3,8 @@
<color name="colorPrimary">#ffff6f00</color> <color name="colorPrimary">#ffff6f00</color>
<color name="colorPrimaryDark">#ffe46300</color> <color name="colorPrimaryDark">#ffe46300</color>
<color name="colorAccent">@color/colorPrimary</color> <color name="colorAccent">@color/colorPrimary</color>
<color name="pressed_item_foreground">#44ff6f00</color>
<color name="activated_item_foreground">#99ff6f00</color>
<color name="tmb_background">#ff222222</color> <color name="tmb_background">#ff222222</color>
<color name="actionbar_grey">#66000000</color> <color name="actionbar_grey">#66000000</color>
<color name="pressed_item_foreground">#33000000</color>
<color name="activated_item_foreground">#66000000</color>
</resources> </resources>