Skip to content

Commit

Permalink
Merge pull request #172 from physphil/feature/GH-170_dont_hide_fab
Browse files Browse the repository at this point in the history
Don't hide FAB on scroll
  • Loading branch information
physphil authored Nov 24, 2019
2 parents 9196af2 + 948fcd7 commit 89bb2f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.

This file was deleted.

4 changes: 1 addition & 3 deletions app/src/main/res/layout/fragment_conversion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

<androidx.core.widget.NestedScrollView
android:id="@+id/unit_list_container"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

Expand Down Expand Up @@ -80,8 +79,7 @@
android:src="@drawable/ic_autorenew_white_24dp"
app:backgroundTint="@color/color_accent"
app:layout_anchor="@id/unit_list_container"
app:layout_anchorGravity="bottom|right|end"
app:layout_behavior="com.physphil.android.unitconverterultimate.ui.ScrollAwareFabBehaviour"/>
app:layout_anchorGravity="bottom|right|end"/>

</androidx.coordinatorlayout.widget.CoordinatorLayout>

Expand Down

0 comments on commit 89bb2f4

Please sign in to comment.