Arthur Kater
Arthur Kater

Reputation: 846

Android HTC One Bottom Action Bar

I’m using a HTC One (engineering sample) Android phone running Android 4.x In any app made with Xamarin I see the action bar (red square) at the bottom of the screen. Even when having my own action bar (picture right), the bottom action bar is there. In this case, both action bars can be clicked (settings).

Some 3rd party apps have the same action bar problem, others (FaceBook etc.) don’t.

How can I get rid of this bottom action bar?

The sample you see here is the Xamarin ActionBarSherlock sample.

Phone with Action Bar at the screen bottom

Upvotes: 3

Views: 767

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006604

How can I get rid of this bottom action bar?

Set your android:targetSdkVersion to 14 or higher. What you are seeing is the "legacy menu button of shame".

I have a bit more on this topic in this year-old blog post.

Upvotes: 3

Related Questions