PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

TextAllCaps false does n't work

Open ankush-134 opened this issue 9 years ago • 1 comments

hey, its a disappointment session for me that this library is not doing what i want , actually i want Tab title in LowerCase , by default it gives Upper . i am using TextAllcaps to False but still no change in Tab text... is there any suggestion i could find >>

ankush-134 avatar Jul 19 '16 06:07 ankush-134

You have to set it before setting the viewpager.

 tabsStrip.setAllCaps(false);
 tabsStrip.setViewPager(viewPager);

ka05 avatar Oct 31 '17 13:10 ka05