From f920fa7fa12db5d6fd40844ffb8402426d0a2b07 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 16 Apr 2020 15:06:06 -0300 Subject: [wallet] allow transactions to be selected by long tap --- wallet/src/main/res/layout/list_item_transaction.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wallet/src/main/res/layout/list_item_transaction.xml') diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml index a3ac980..2fabe1d 100644 --- a/wallet/src/main/res/layout/list_item_transaction.xml +++ b/wallet/src/main/res/layout/list_item_transaction.xml @@ -19,7 +19,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?attr/selectableItemBackground" + android:background="@drawable/selectable_background" + android:foreground="?attr/selectableItemBackground" android:paddingStart="16dp" android:paddingTop="8dp" android:paddingEnd="16dp" -- cgit v1.2.3