Files
lineageos_updater/res/drawable/list_item_background.xml
Gabriele M 257ab087d6 Enable action mode on card long press
This will allow to perform different operations, although currently
it's only used to delete updates.
2017-07-20 00:45:34 +02:00

6 lines
306 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/background_selected" android:state_selected="true" />
<item android:drawable="@color/cardview_light_background" android:state_selected="false" />
</selector>