PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
I need this properties not shows in xml
pstsTabSwitch When a tab is selected, the drawable selector icon or the text color of the Tab title can be modified (Added) pstsTextActivateColor The Title color of selected Tab (Added) pstsTextDeactivateColor The Title color of unselected Tabs (Added)
For title color of of unselect tabs u have to use your own OnPageChangeListener that is the only way to do it.Library doesn't provide us with such accessibility.
@rameshsambu44 may be in xml file , in top level layout you forget to declare xmlns:app="http://schemas.android.com/apk/res-auto" , so these properties may not be shown to you.
@TechnologyMaster even declating it it is not shown. these two attributes are unknown Regards