Android Question Where to define Default Color?

william_chen

Member
Licensed User
Longtime User
Hello guys,

On designer, the color property for each view has a Default Color option.
If I don't specify any other color, then the default color will be used.
For example, the default color for the background of an activity is black.
Now, if I have 20 activities, and I want to change the background color to white.
Then I have to specify the background color of each activity for twenty times.

My question is: is it possible to change the Default Color once and then all the activity background will be turned white?
If it is possible, how?

Thank you very much.
 
Top