You need to also create a ColorStateList for text colors identifying different states.
Do the following:
Create another XML file in res\color
named something like text_color.xml
.
In your style.xml
, put a reference to that text_color.xml
file as follows:
This should resolve your issue.