aboutsummaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-01-05 18:56:44 -0600
committerIván Ávalos <avalos@disroot.org>2023-01-05 18:56:44 -0600
commit7b9e081d6323a89870d4787592f1ec2930b9fe14 (patch)
tree7ab57a99cab90f8b762b635dbfd11af4bed0b09c /wallet/src/main/res/layout
parent6f45cd9e9f4e25df5048854cc421178f1cd66a59 (diff)
downloadtaler-android-7b9e081d6323a89870d4787592f1ec2930b9fe14.tar.gz
taler-android-7b9e081d6323a89870d4787592f1ec2930b9fe14.tar.bz2
taler-android-7b9e081d6323a89870d4787592f1ec2930b9fe14.zip
[wallet] Transactions background changes when selecting with a long pressbug-7478
#0007478
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/list_item_transaction.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml
index ed031c3..64d9045 100644
--- a/wallet/src/main/res/layout/list_item_transaction.xml
+++ b/wallet/src/main/res/layout/list_item_transaction.xml
@@ -17,6 +17,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"