Add marginEnd to action buttons

to make it easier to tap the overflow menu icon
on the right edge of the action buttons.
pull/984/head
aur 11 months ago
parent 655cfa0e75
commit 6e653693e7
No known key found for this signature in database
GPG Key ID: EAC479A7D1426187

@ -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">

Loading…
Cancel
Save