I have an activity that has 3 tabs. Each tabs page is a fragment which displays a RecyclerView. One of the fragment has FloatingActionButton in it. I\'m implementing this Button
Add
app:layout_behavior="@string/appbar_scrolling_view_behavior"
to the RecyclerView too.