commit 8727247e52e1dfb7ef814fbea32e48cd6a1233d7
parent f05b0868a9028fcbcb01b230593f5e03e50ee12a
Author: William Lindholm <william_lindholm@outlook.com>
Date: Fri, 5 May 2023 01:39:47 +0200
Added ripple effect onClick.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/app/src/main/res/layout/recycler_item.xml b/app/src/main/res/layout/recycler_item.xml
@@ -14,6 +14,7 @@
app:cardCornerRadius="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
+ android:foreground="?android:attr/selectableItemBackground"
tools:ignore="MissingConstraints">
<androidx.constraintlayout.widget.ConstraintLayout