mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-02-23 15:07:45 +01:00
fix #136, hide FAB on scrolling
This commit is contained in:
parent
c2c1fbb7ae
commit
01326a17a1
@ -90,7 +90,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/activity_margin"
|
||||
android:src="@drawable/ic_plus_vector" />
|
||||
android:src="@drawable/ic_plus_vector"
|
||||
app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior" />
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</RelativeLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user