Reputation: 1233
My Action Bar shows up on the bottom, how can I control it to show up on the top? I am following this tutorial.
A picture that explains what I want to do.
Upvotes: 0
Views: 508
Reputation: 1006584
My Action Bar shows up on the bottom, how can I control it to show up on the top?
Remove android:uiOptions="splitActionBarWhenNarrow"
from your manifest.
A picture that explains what I want to do.
That is not possible with the action bar, sorry.
Upvotes: 1