Fix the send button's touch highlight color

Introduce a generic touch highlight background drawable, and use the
proper shades of blue (and gray on v19+).
This commit is contained in:
Veeti Paananen
2014-02-24 23:34:29 +02:00
parent a5c26b2e16
commit 633aa9b057
5 changed files with 8 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="touch_highlight">#10000000</color>
<color name="card_background_active">#99bebebe</color>
</resources>