I have 9 tab but in fill mode. I want to make these thabs scrollable. But i dont know the trick. I tried many methods but still nothing.
My Activity :
Set the Value of setTabMode to TabLayout.MODE_SCROLLABLE
tabLayout.setTabMode(TabLayout.MODE_SCROLLABLE);
And, you will be able to scroll tabs horizontally.