I am trying to figure out how I can add icons instead of text with the following library - https://github.com/astuetz/PagerSlidingTabStrip
Does anyone know if there is any way to have icons and text? or just have icons instead of the default text.
If you could let me know, that would be highly appreciated.
Implement IconTabProvider interface within you pager adapter. For example :
Edit:
To add icons and text, use getPageTitle and return a spannable: