Moving the save button at the bottom of the page.

This commit is contained in:
jacques 2022-03-27 21:48:00 +02:00
parent 8a95e2ee95
commit 0289e4035f

View file

@ -47,8 +47,9 @@
android:id="@+id/fab"
android:layout_width="@dimen/fab_width"
android:layout_height="@dimen/fab_height"
android:layout_gravity="end|top"
android:layout_gravity="end|bottom"
android:layout_marginTop="?attr/actionBarSize"
android:layout_marginBottom="?attr/actionBarSize"
android:layout_marginEnd="@dimen/fab_margin"
android:backgroundTint="@android:color/transparent"
android:contentDescription="@string/save_button"