[android-developers] Re: Menu always Displayable

2010-01-05 Thread Nithin
Thanks all for your reply. I created the layout for custom menu. But that doesn't look like the in-built menu in Android. Moreover, I am designing the layout in java, not in xml. Now, I am using imageButton, I will try some other options too. Thanks On Jan 6, 2:59 am, Wayne Wenthin wrote: > I

Re: [android-developers] Re: Menu always Displayable

2010-01-05 Thread Frank Weiss
It might be better to not make it look exactly like the Android context menu, with the drop-shadow on the top. If a user touches the back button, they'd expect it to go away. Perhaps take a look at the Gmail persistent bottom menu as a UI guide, which is styled differently than the context menu. O