Ammar
Ammar

Reputation: 1233

How to keep Action Bar on top

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.

picture

Upvotes: 0

Views: 508

Answers (1)

CommonsWare
CommonsWare

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

Related Questions