can anyone tell me how to have different color for different tab or atleast different color for current tab and unselected tab. I tried to change the tab text color programmatically but it changes all the tab text color.
I could change the opacity of child tab using this code pagerTabStrip.getChildAt(0).setAlpha(.5f); Likewise is there any code to change the child tab text color
How to change the PagerTabStrip tab text color
819 views Asked by Jeffrey Rajan At
1
In your xml of pagerTabStrip define
pstsTabTextColorattribute:Then in your drawable add following code for switcher :