Hiding FABs on scroll.

This commit is contained in:
Amine
2017-11-12 15:41:28 +01:00
parent 3bdfef9f8b
commit 9e6602f114
5 changed files with 56 additions and 2 deletions

View File

@@ -43,5 +43,6 @@
android:layout_alignParentEnd="true"
android:layout_marginBottom="16dp"
android:layout_marginEnd="16dp"
android:layout_marginRight="16dp" />
android:layout_marginRight="16dp"
app:layout_behavior="apps.amine.bou.readerforselfoss.utils.ScrollAwareFABBehavior" />
</android.support.design.widget.CoordinatorLayout>