Reputation: 479
In my app i have Action Bar(ActionBarSherlock). I would like to make that Action Bar static/global something like System Bar for my application, so when switching between activities only rest of view is set.
Is that possible to do when switching between activities and any ideas how to do that ?
Upvotes: 0
Views: 176
Reputation:
Something like that is not possible but you can use Fragments that support 8 API 8+ From the actionBarSherlock Library thats not a big problem just do a little research.
Upvotes: 1
Reputation: 1006944
This is not possible. You are welcome to have one activity and switch your UI via something like fragments, though.
Upvotes: 1