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">