I\'m using the SlidingTabLayout from google (https://developer.android.com/samples/SlidingTabsBasic/src/com.example.android.common/view/SlidingTabLayout.html).
It wo
Try this piece of code in your onCreate() method.
tabTitleView.setTabTextColors( getResources().getColor(R.color.active), getResources().getColor(R.color.inactive));