From 2957f7eb323c9a2769c7bc4556e3bfeefa7058a8 Mon Sep 17 00:00:00 2001 From: Rafael Chagas Date: Sun, 8 Mar 2020 02:05:08 +0100 Subject: [PATCH] Add default ripple efect to list item Signed-off-by: Rafael Chagas --- library/src/main/res/layout/item_place.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/src/main/res/layout/item_place.xml b/library/src/main/res/layout/item_place.xml index cb863ae..ea3c433 100644 --- a/library/src/main/res/layout/item_place.xml +++ b/library/src/main/res/layout/item_place.xml @@ -4,7 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/root" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:background="?selectableItemBackground">