From 83e84836b5a83c2e88c83a0001bb5db17354c807 Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 28 Aug 2023 22:47:43 +0200 Subject: [PATCH] fix slightly wrong margins closes sk22#778 --- mastodon/src/main/res/layout/display_item_emoji_reactions.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/display_item_emoji_reactions.xml b/mastodon/src/main/res/layout/display_item_emoji_reactions.xml index 2881fa5d7..a6627ba8c 100644 --- a/mastodon/src/main/res/layout/display_item_emoji_reactions.xml +++ b/mastodon/src/main/res/layout/display_item_emoji_reactions.xml @@ -43,6 +43,7 @@ android:layout_height="wrap_content" android:layout_marginStart="-4dp" android:paddingStart="8dp" + android:paddingEnd="3dp" android:clipToPadding="false" android:requiresFadingEdge="horizontal" android:fadingEdgeLength="24dp" />