I want to define a default text color for my android app.
I have a base activity class, that all activities are extended from it and I thought this might be a good place
Create style for TextView:
Apply it in style for App:
And remember to change style in AndroidManifest.xml:
...