Veeti Paananen 633aa9b057 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+).
2014-03-02 09:40:35 +02:00

5 lines
174 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="touch_highlight">#10000000</color>
<color name="card_background_active">#99bebebe</color>
</resources>