I’m working on an app that uses ActionBarSherlock to provide a tabbed ActionBar interface. However, there’s a possibility that our client will want the tabs to be above the Action Bar, rather than below it, which is the norm.
Is it possible to override the default styles to change the order of these elements? If so, what files should I look at?
You cannot change this order. In fact, the tabs my sometimes be placed inside of the action bar when space permits which would further complicate what you’re asking.