I have an activity with the activity of the layout.inside coordinator, there is a fragment with a Recycler view and a float button. How can I show / hide the float button while viewing a Scroll Recycler and avoid using the fab behavior ?!
in the action layout: Layout Coordinator -----> AppBarLayout ----> Toolbar and FrameLayout view and bottom bar
in the fragment layout: RelativeLayout ----> View button and recycler float
I want to implement something like the Google+ homepage. how can i implement this scenario?
Temporary I used this solution for my problem:
using the activity layout coordinator by interface in my snippet and show / hide fab with fab behavior ... until I find the best solution !!!
source share