I want to set title and subtitile of my action bar before compile time. I got a way to do it like this:
ActionBar ab = getActionBar(); ab.setTitle(\"My Title
Put this code into your android manifest file and it should set the title of the action bar to what ever you want!