mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 07:51:20 +01:00
Moving the save button at the bottom of the page.
This commit is contained in:
parent
8a95e2ee95
commit
0289e4035f
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@
|
||||||
android:id="@+id/fab"
|
android:id="@+id/fab"
|
||||||
android:layout_width="@dimen/fab_width"
|
android:layout_width="@dimen/fab_width"
|
||||||
android:layout_height="@dimen/fab_height"
|
android:layout_height="@dimen/fab_height"
|
||||||
android:layout_gravity="end|top"
|
android:layout_gravity="end|bottom"
|
||||||
android:layout_marginTop="?attr/actionBarSize"
|
android:layout_marginTop="?attr/actionBarSize"
|
||||||
|
android:layout_marginBottom="?attr/actionBarSize"
|
||||||
android:layout_marginEnd="@dimen/fab_margin"
|
android:layout_marginEnd="@dimen/fab_margin"
|
||||||
android:backgroundTint="@android:color/transparent"
|
android:backgroundTint="@android:color/transparent"
|
||||||
android:contentDescription="@string/save_button"
|
android:contentDescription="@string/save_button"
|
||||||
|
|
Loading…
Reference in a new issue