PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

Change color on tap of tab strip

Open msnpr567 opened this issue 9 years ago • 1 comments

Hi.. can we change colour of tab strip on tap. as of know its colour is light blue irrespective of border colour. Can we make border colour and tap colour same.

msnpr567 avatar Nov 03 '15 10:11 msnpr567

Accroding to the doc this is what you want: pstsTabBackground Background drawable of each tab, should be a StateListDrawable

Define your own selector drawable just like this default one: https://github.com/astuetz/PagerSlidingTabStrip/blob/3f4738eca833faeca563d93cd77c8df763a45fb6/library/res/drawable/background_tab.xml

cyberrob-zz avatar Nov 17 '15 08:11 cyberrob-zz