mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Center messages/folder floating action button
This commit is contained in:
parent
e7158b1bd0
commit
cfe9f932c2
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@
|
|||
android:id="@+id/fab"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|bottom"
|
||||
android:layout_gravity="center_horizontal|bottom"
|
||||
android:layout_margin="@dimen/fab_padding"
|
||||
android:src="@drawable/baseline_add_24"
|
||||
android:tint="@color/colorActionForeground"
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
android:id="@+id/fab"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|bottom"
|
||||
android:layout_gravity="center_horizontal|bottom"
|
||||
android:layout_margin="@dimen/fab_padding"
|
||||
android:src="@drawable/baseline_edit_24"
|
||||
android:tint="@color/colorActionForeground"
|
||||
|
|
Loading…
Reference in a new issue