>From what I understood when talking to James yesterday, it is the
desired behaviour, as pre-3.0 devices all have a menu button. Also in
Android pre-3.0 the Menu in the bottom is default behavior.

You can achieve the same behavior on all platforms by going into
ActionBar.cs and explicitly set m_HasMenuButton to false and that
would give you the overflow menu no matter what.

Mind the amount of Action Bar items in the Action Bar is determined by
what the width of the screen is, and this can be overridden in
ActionBarUtils.cs.

On Sat, Jul 7, 2012 at 4:50 AM, craig <[email protected]> wrote:
> Hey, Motz, one thing I noticed, if you are running pre 3.0 it doesn't seem to
> use the overflow menu in the actionbar, instead it pops up a menu at the
> bottom of the screen but only when you press the menu button.
>
> Is that how it is supposed to work?  Honestly don't have a lot of experience
> with ActionBar / ActionBar compatibility libraries yet since I've been
> mostly targetting pre 3.0 platforms, so not sure exactly what to expect.
>
> --
> View this message in context: 
> http://mono-for-android.1047100.n5.nabble.com/ActionBarSherlock-tp5710482p5710763.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid



-- 
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to