Page 1 of 1

Customizable Android Pull Down Menu

Posted: Thu Apr 21, 2016 11:04 pm
by bbhank
Menu looks like this in simulator.
Menu 1.png
In Android there is this whole page "menu" that comes up.
menu page.png
Would like be able to customize the look, location, size, etc.

Looked all over for working model.

What is there other than that whole page menu?

Re: Customizable Android Pull Down Menu

Posted: Fri Apr 22, 2016 5:51 pm
by jacque
You'll need to fake it with a list field. For various technical reasons, menu buttons can't be supported on mobile. Or you could use a native picker instead.

Re: Customizable Android Pull Down Menu

Posted: Sun Apr 24, 2016 11:00 pm
by bbhank
Trying each to see which I like best.
Thank you much.