I would like to create drop down lists on several menu items in a contexual action bar or action mode like what is shown with the Action Overflow menu item. I assume it is possible since the Action Overflow MenuItem does use one but can someone point me in the right direction to allow other MenuItems to use one?
Share
I found out how to do this if I may answer my own question for people having this same problem. I found out you can use a PopupMenu or PopupWindow and set it to display as a Dropdown Menu in the bottom left corner of the anchor view. You can also move it around to make it seem as if it came from an item pressed in a contexual Actionbar