I am trying to have a single tab with a different text color. For this, I implement CustomTabProvider and call TextView.setTextColor().
However, this change is overwritten by updateTabStyles().
I suggest to change the code so, that the tab style is only applied by the library if CustomTabProvider is not implemented. (I will probably make a pull request for this myself).