Suleiman19/Android-Material-Design-for-pre-Lollipop

Question: How stretch tablayout text by length? #5

Radzhab opened this issue · 3 comments

screenshot 2
i use similar project. But cannot understand how my text not full showing

Try using

tabLayout.setTabMode (TabLayout.MODE_SCROLLABLE);

This allows all Tabs' text to take the required width. So the obvious trade-off is the entire TabLayout will be scrollable.

thx man)

Glad you got it done 👍