mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 08:40:03 +02:00
Add marginEnd to action buttons
to make it easier to tap the overflow menu icon on the right edge of the action buttons.
This commit is contained in:
parent
655cfa0e75
commit
6e653693e7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue