Center bottom fabs

pull/156/head
M66B 6 years ago
parent dec4ca737e
commit 47ed25f135

@ -54,7 +54,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"

@ -43,7 +43,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"

@ -43,7 +43,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"

@ -43,7 +43,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"

Loading…
Cancel
Save