FancyTab
FancyTab copied to clipboard
ViewPager's Fragments are not scrolling the tabLayout. How can i get it?
First Of all thanking You to provide me this unique way to present our application tabs. But Their is an issue that my inflate fragment in viewPager not scroll the tabLayout.
Hi, do you have an NestedScrollView or RecyclerView in your fragment layout?
If you have one maybe you forgot to put in your viewpager the attr app:layout_behavior="@string/appbar_scrolling_view_behavior"
Without this nothing will happen