The color of my android application is black. I wish to change it to other color. What is the easiest way to do it? I have tried to make a theme from this link
When the application is opened, I could see that the action bar has changed the color from black to other color but in about 3 seconds, there is a message: Unfortunately, .... has stopped. I wish to use an easier way to may it. Any help is greatly appreciated.
To apply the theme to all activities, change the style.xml like this:
And in colours.xml, use:
And in the manifest:
if you want change the color of
ActionBar
just do this:see the following link for more info