astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

I need this properties not shows in xml #279

Open rameshsambu44 opened 8 years ago

rameshsambu44 commented 8 years ago

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)

KKS161994 commented 8 years ago

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.

TechnologyMaster commented 7 years ago

@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.

EssenKh commented 7 years ago

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