I want to change the style of my Action bar so I want to change the color of line under the action bar from Blue to Orange , how can I do that?
There is a good tutorial here
Create a new style with your custom drawable
then in AndroidManifest.xml add the custom style
...