summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-16 15:06:06 -0300
committerTorsten Grote <t@grobox.de>2020-04-16 15:06:06 -0300
commitf920fa7fa12db5d6fd40844ffb8402426d0a2b07 (patch)
treebff6056188d6424c63eba240d67f9875ea866daa /wallet/src/main/res/layout
parentbe8c9a25fe8df7d5bf8e55b38103522f90737e92 (diff)
downloadtaler-android-f920fa7fa12db5d6fd40844ffb8402426d0a2b07.tar.gz
taler-android-f920fa7fa12db5d6fd40844ffb8402426d0a2b07.tar.bz2
taler-android-f920fa7fa12db5d6fd40844ffb8402426d0a2b07.zip
[wallet] allow transactions to be selected by long tap
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/list_item_transaction.xml3
1 files changed, 2 insertions, 1 deletions
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"