android-holo-colors
android-holo-colors copied to clipboard
Do not hardcode colors
Hi, The android:textColorHighlight and android:textColor are hardcoded in the generated theme.
Thanks for your issue.
Please, tell me what you would like instead ? You can even create a pull request.
The individual styles of the Widgets should inherit from Widget.Holo.Light.<Name> (light theme) and Widget.Holo.<Name> (dark theme) in stead of Widget.<Name>. In the SDK they use selectors for textcolors. Now the disabled textcolor does not change to gray for a button for example.