diff --git a/app/src/main/res/layout/fragment_folders.xml b/app/src/main/res/layout/fragment_folders.xml index 43c6c2998f..fba58e6173 100644 --- a/app/src/main/res/layout/fragment_folders.xml +++ b/app/src/main/res/layout/fragment_folders.xml @@ -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" diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index ece3e9f446..337ff82fd6 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -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"