How do I make one for one Spinner be filled with items, containing an image and the round background with a color? See in the image what I need:
The tag [tag:android-studio] is not required.
– Florida
At a glance in this tutorial
– Marco Giovanni
http://stackoverflow.com/questions/17407626/custom-layout-for-spinner-item Try to use Adapter as explained in the link above. And then you use a parameter to indicate which icon should be used. It’s the way I would...
– hugofsousa