PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
Tab settextcolor() is not working
tabsStrip.setTextColor(R.color.green); is not working please check
you're making the call wrong. R.color.green is an id, not a color resource. use getContext().getResources().getColor(R.color.green)