From 37ca6fa3794fd72ccba39dac22e5bd9d5ea579f9 Mon Sep 17 00:00:00 2001 From: varun jain Date: Sun, 13 Jun 2021 18:40:59 +0530 Subject: [PATCH] rv items made clickable in GroupList Fragment --- app/src/main/res/layout/item_group.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/item_group.xml b/app/src/main/res/layout/item_group.xml index 21664053..c612f490 100644 --- a/app/src/main/res/layout/item_group.xml +++ b/app/src/main/res/layout/item_group.xml @@ -3,6 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/ll_group" + android:clickable="true" + android:foreground="?android:attr/selectableItemBackground" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical">