astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

TextAllCaps false does n't work #289

Open ankush-134 opened 8 years ago

ankush-134 commented 8 years ago

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

ka05 commented 6 years ago

You have to set it before setting the viewpager.

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