I need to change the action bar based on some changes done on strings.xml file.
In strings.xml
<string name="app_url">http://example.com</string>
If i hard code to new url then ActionBar should be different.
<string name="app_url">http://temparary.com</string>
Is there any way to change action bar style in oncreate method of my class.