[android-developers] Re: Where has the menu button gone on the Actionbar?

2011-12-01 Thread tobias
> Maybe the menu button on ActionBar is forcibly concealed on devices > with hardware keys? Quote from the Android documentation on the Action Bar: "The overflow menu is revealed either by the device MENU button (if provided by the device) or an additional button in the action bar (if the device d

[android-developers] Re: Where has the menu button gone on the Actionbar?

2011-12-10 Thread Changzhi Wang
Same issue here and no solution. I think it is awful to change the origin menu key design. Why not just leave it at the bottom of the screen. On Dec 1, 11:27 pm, tobias wrote: > > Maybe the menu button on ActionBar is forcibly concealed on devices > > with hardware keys? > > Quote from the Andro

[android-developers] Re: Where has the menu button gone on the Actionbar?

2011-12-12 Thread tobias
> Same issue here and no solution. I think it is awful to change the > origin menu key design. Why not just leave it at the bottom > of the screen. You can force the device to display the menu key as a soft-key by setting the target-sdk in your manifest to something lower than 10. Not the nicest o