mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
633aa9b057
Introduce a generic touch highlight background drawable, and use the proper shades of blue (and gray on v19+).
5 lines
174 B
XML
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> |