============================
Add tab text color changes for the PagerSlidingTabStrip view when the current tab is selected.
##Usage
tabs = (PagerSlidingTabStrip) findViewById(R.id.tabs);
tabs.setTextSelectColorResource(R.color.tab_color);
The details you can check the enhance-PagerSlidingTabStrip library sample from https://github.com/androidzhaoxiaogang/enhance-PagerSlidingTabStripsample .