SmartTabLayout icon indicating copy to clipboard operation
SmartTabLayout copied to clipboard

How to change tab text color dynamically from coding end.

Open Sorwar-Hosen-Mostafa opened this issue 4 years ago • 0 comments

I tried to set it by, tab.setDefaultTabTextColor(R.color.primary_color); its not working. i have also tried adding. tab.invalidate(); its not working either.

And last but not the least, also how to set selector color drawables as default color dynamically..

i need to change the selected tab text color according to the tab background. unselected tab colors can be default.

Sorwar-Hosen-Mostafa avatar Jun 18 '20 09:06 Sorwar-Hosen-Mostafa