From 4182e3d30e7da3997d79b28343363df6961ed3e8 Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Sun, 16 Jul 2017 21:23:45 +0200 Subject: [PATCH] Allow to delete updates on card long press --- res/layout/update_item_view.xml | 3 +- .../lineageos/updater/UpdatesListAdapter.java | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/res/layout/update_item_view.xml b/res/layout/update_item_view.xml index b3f8376..2825a64 100644 --- a/res/layout/update_item_view.xml +++ b/res/layout/update_item_view.xml @@ -5,7 +5,8 @@ android:layout_height="wrap_content" android:layout_marginEnd="5dp" android:layout_marginStart="5dp" - android:layout_marginTop="5dp"> + android:layout_marginTop="5dp" + android:foreground="?attr/selectableItemBackground">