Android
Android copied to clipboard
Question: How stretch tablayout text by length?

i use similar project. But cannot understand how my text not full showing
tabLayout.setTabMode (TabLayout.MODE_SCROLLABLE);
:+1:
Also, if the text/icon is too small, yet there is a lot of space (like when switching to horizontal orientation), you can use :
tabLayout.setTabGravity(TabLayout.GRAVITY_FILL);