Domanda

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

È stato utile?

Soluzione

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

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top