#2199 added margin bottom to back to top fab so it's above nav bar

This commit is contained in:
HissPirat 2020-07-23 10:19:51 +02:00
parent 9a23ed27bd
commit 64c08092f2

View File

@ -84,6 +84,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/activity_horizontal_margin"
android:layout_marginBottom="?attr/actionBarSize"
android:visibility="gone"
app:fabSize="mini"
app:layout_constraintBottom_toBottomOf="parent"