I have a custom view that I want to have colored text. But when the high contrast
option is enabled canvas ignores all paint's color settings and draws text as black and white (drawText
overloads)
It is somewhat possible to detect if this option is enabled(via reflection, etc). Is there a way to ignore that for some views?
PS I know about the switch in settings, that's not a solution.