Question

Does anyone how how to create an overflow item like those in Google Play? One idea I have is to just use a Spinner with a background and fixed width but I was wondering if there was a better way. Below is a screenshot of the kind of overflow menu on grid items that I have in mind.

enter image description here

Was it helpful?

Solution

You can use PopupMenu. It will give you desired effect.

OTHER TIPS

The one you can use is QuickActionView which is as per your requirement. One of the interesting pattern is QuickActions that displays contextual actions in a list view.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top