Skip to content Skip to sidebar Skip to footer

Menu Button - Galaxy Nexus

I want my application to present the default menu button within my Galaxy nexus. However when I load my app it removes the menu button. I have tried programmatically to show the m

Solution 1:

I want my application to present the default menu button within my Galaxy nexus

I am uncertain what "the default menu button" is.

If you have android:minSdkVersion or android:targetSdkVersion set to 11 or higher, the overflow menu button will appear on the right side of your action bar.

In most other scenarios, you should get the legacy menu button in the bottom navigation bar.

For more, please read this Android Developers Blog post.

Post a Comment for "Menu Button - Galaxy Nexus"