I am using FAB button along with RecyclerView in a Fragment. This Fragment is an instance of a TabViewPager. I am having a issue with the FAB button. I have placed the Recyc
I am facing the same issues with view pager 1st Fragment FAB buttons is showing below the screen and on scroll its show. But after some findings I found that I have written
app:layout_behavior="@string/appbar_scrolling_view_behavior"
in ViewPager in CoordinatorLayout. So after removing this scroll behaviour FAB position issues is resolved.
Please check my Implementation working correctly :