How do you set text-color for a tab that's not selected? I know you can set the text-color for the TabLayout by doing: setTabTextColors
How to set unselected Text Color for TabLayout.Tab - Android
13.1k Views Asked by Tim Nuwin At
2
How do you set text-color for a tab that's not selected? I know you can set the text-color for the TabLayout by doing: setTabTextColors
Use
app:tabTextColor
for default tab color andapp:tabSelectedTextColor
for selected tab color.