PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

I need this properties not shows in xml

Open rameshsambu44 opened this issue 8 years ago • 3 comments

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)

rameshsambu44 avatar Mar 04 '16 11:03 rameshsambu44

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.

KKS161994 avatar Mar 08 '16 07:03 KKS161994

@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 avatar Mar 29 '17 09:03 TechnologyMaster

@TechnologyMaster even declating it it is not shown. these two attributes are unknown Regards

EssenKh avatar Jun 08 '17 16:06 EssenKh