Search code examples
androidandroid-layoutandroid-actionbaractionbarsherlock

ActionBar with popup menu at the bottom of the screen


I'm using ActionBarSherlock and I wonder if it is possible to have a popup menu at the bottom of the screen additionally? I'd like this menu to appear when the user clicks the default menu button (hardware for older mobiles).

How can I do this?


Solution

  • The actionbar menu overflow is automatically replaced by items in "menu" popup if you have a hardware menu button. http://developer.android.com/design/patterns/compatibility.html

    In order for items to appear in there you should set

    android:showAsAction="never"
    

    to your menu items