mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
633aa9b057
Introduce a generic touch highlight background drawable, and use the proper shades of blue (and gray on v19+).
5 lines
263 B
XML
5 lines
263 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true" android:drawable="@color/touch_highlight" />
|
|
<item android:drawable="@android:color/transparent" />
|
|
</selector> |