From 6e653693e726242e52d2eaf35da99917ce5d19a3 Mon Sep 17 00:00:00 2001 From: aur Date: Thu, 19 Oct 2023 13:46:29 +0900 Subject: Add marginEnd to action buttons to make it easier to tap the overflow menu icon on the right edge of the action buttons. --- app/src/main/res/layouts/mastodon/layout/drawer_status.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layouts/mastodon/layout/drawer_status.xml b/app/src/main/res/layouts/mastodon/layout/drawer_status.xml index 66ac2f484..1f27d35fc 100644 --- a/app/src/main/res/layouts/mastodon/layout/drawer_status.xml +++ b/app/src/main/res/layouts/mastodon/layout/drawer_status.xml @@ -628,6 +628,7 @@ android:layout_width="match_parent" android:layout_height="48dp" android:layout_marginStart="48dp" + android:layout_marginEnd="16dp" android:layout_marginTop="6dp" android:clipChildren="false" android:clipToPadding="false"> -- cgit v1.2.3