Does anybody know how to do this? The PagerTitleStrip class doesn’t have a .setTypeface method or anything of the sort so I’m a bit stumped.
Another response I found suggested:
You are probably best served copying the PagerTitleStrip code (in your SDK or available online), refactor your fork into your own package, and modify it to suit. But I have no idea how to go about doing this.
Any help would be much appreciated.
I just copied the source out of the AOSP and made my own how I liked:
The file can be found in android-sdk/extras/android/support/v4/src/java/android/support/v4/view/PagerTitleStrip.java