summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraur <noreply@aurantiacus.bsvr.net>2023-10-19 13:46:29 +0900
committeraur <noreply@aurantiacus.bsvr.net>2023-10-19 13:48:21 +0900
commit6e653693e726242e52d2eaf35da99917ce5d19a3 (patch)
treefded18cea7777b20b8f303d0cd9220387e0ea7c2
parent655cfa0e7582cf8c16dae976b9bacebd71b425aa (diff)
Add marginEnd to action buttons
to make it easier to tap the overflow menu icon on the right edge of the action buttons.
-rw-r--r--app/src/main/res/layouts/mastodon/layout/drawer_status.xml1
1 files changed, 1 insertions, 0 deletions
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">