How does one change the TextView default color throughout the entire app programmatically? Not individual textView but every TextView in all activity layouts
Either getting the current theme and setting the default TextView Color, if <TextView has textColor="" in the xml, then leave it alone.
But if <TextView does not reference a textColor it's getting the default (for the theme) How do I set this based on code/logic
Thanks in advance