Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make a dropdown menu like this in the Evernote app?

When you click the middle icon in the action bar a dropdown menu appears:

How do I make one of these? RelativeLayouts?

like image 975
soren.qvist Avatar asked Jul 03 '11 10:07

soren.qvist


People also ask

What option is used to dropdown?

The <select> element is used to create a drop-down list.

What is used to create drop down menu in the form?

You use the HTML select tag to create drop-down menus so that users can select the value they want. It is an instrumental feature in collecting data to be sent to a server. The select tag normally goes within a form element, with the items to choose from coded within another tag, <option> .


1 Answers

Hope this article can be useful for you. http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

like image 102
ZelluX Avatar answered Sep 30 '22 12:09

ZelluX