From 26579abe6a417b19b800654d8c272e8c583c93c0 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Thu, 12 Oct 2023 19:10:36 -0300 Subject: [PATCH] fix: make notification header background work well when hovered upon --- .../src/main/res/layout/display_item_notification_header.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mastodon/src/main/res/layout/display_item_notification_header.xml b/mastodon/src/main/res/layout/display_item_notification_header.xml index e3a9d3735..4c94c6735 100644 --- a/mastodon/src/main/res/layout/display_item_notification_header.xml +++ b/mastodon/src/main/res/layout/display_item_notification_header.xml @@ -13,8 +13,7 @@ android:layout_width="0dp" android:layout_weight="1" android:layout_height="64dp" - android:gravity="center_vertical" - android:background="?android:selectableItemBackground"> + android:gravity="center_vertical">