I am investigating the way to pin the tab indicator of TabLayout in CoordinatorLayout while scrolling down.
If I add scroll|enterAlwaysCollapsed flag to the TabLayout, then the tablayout itself is dissappeared while scrolling down. I want tab indicator bar be pinned to the top of the screen.
Is there a way to implement this?
