I\'m using the new TabLayout from the Android Design library. I managed to set the textcolor statelist using tabLayout.setTabTextColors(colorstatelist)
How can i ac
You just have to override android:textAppearance style. Because TabLayout use textAppearance. here is the small snippet code of style.
android:textAppearance
And if you dont want to reference from your Apptheme you can directly specify to TabLayout using Below snippet.