jpardogo/PagerSlidingTabStrip

change the font of tabs?

MohsenShafiee opened this issue · 1 comments

how to change the font of com.astuetz.PagerSlidingTabStrip???
thanks...

You can use:

  • pstsTabTextFontFamily
  • public void setTypeface(Typeface typeface, int style) for custom fonts
  • CustomTabs using CustomTabProvider (step 4 in README)