Search code examples
androidandroid-tablelayout

Can we fix position of selected tab?


I want to implement tabs with TabLayout but in a different way. What I want is, my tabs should be scrollable but I want to fix the position of the selected tab to be at middle. So far, I have found that we can have fixed tabs or scrollable tabs but nothing about fixing position of selected tab. Is this possible?


Solution

  • Just came across this library SmartTabLayout and this is exactly what I wanted. Posting it here, in case anyone else need it in future.