Android icon indicating copy to clipboard operation
Android copied to clipboard

Question: How stretch tablayout text by length?

Open Radzhab opened this issue 10 years ago • 4 comments

screenshot 2

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

Radzhab avatar Jun 25 '15 08:06 Radzhab

tabLayout.setTabMode (TabLayout.MODE_SCROLLABLE);

Radzhab avatar Jun 28 '15 14:06 Radzhab

:+1:

roy128 avatar Aug 03 '15 21:08 roy128

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);

AndroidDeveloperLB avatar Aug 05 '15 14:08 AndroidDeveloperLB