You can use something like this
in your AndroidManifest.xml
If you want to change actionBar color
@style/MyActionBar
- @style/MyActionBar
Then in your AndroidManifest.xml
you need to refer this one inside your application
tag.
android:theme="@style/CustomActionBarTheme"