I\'m using PagerTabStrip in ViewPager to show the title of each page. Here is my XML code:
PagerTabStrip
ViewPager
PagerTabStrip doesn't aceppts textAppearance.
Like @Justin said above, but on xml put:
style="@style/PagerTabStripText"
not:
android:textAppearance="@style/PagerTabStripText"