Change TextSize for tab selected
Closed this issue · 2 comments
jdsepulveda commented
Souf-R commented
+1
jpardogo commented
From example:
CustomTabProvider
provide:
@Override
public void tabSelected(View tab) {
//Callback with the tab on his selected state. It is up to the developer to change anything on it.
}
@Override
public void tabUnselected(View tab) {
//Callback with the tab on his unselected state. It is up to the developer to change anything on it.
}```