From 8204fd7263ffd53036d9a2f601578071780fe50f Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Wed, 27 Dec 2023 14:05:04 +0200 Subject: [PATCH] Fix invite list item background --- core/src/main/res/layout/list_item_invite_notification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/res/layout/list_item_invite_notification.xml b/core/src/main/res/layout/list_item_invite_notification.xml index 3f350f3e8..cd963ddd5 100644 --- a/core/src/main/res/layout/list_item_invite_notification.xml +++ b/core/src/main/res/layout/list_item_invite_notification.xml @@ -4,7 +4,7 @@ android:id="@+id/lInviteNotification" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?selectableItemBackgroundBorderless" + android:background="?selectableItemBackground" android:clickable="true" android:focusable="true" android:padding="8dp"> -- GitLab