PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
TextAllCaps false does n't work
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 >>
You have to set it before setting the viewpager.
tabsStrip.setAllCaps(false);
tabsStrip.setViewPager(viewPager);