mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
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> |