I am trying to create a dropdown (like a spinner) which happens when you click on a imagebutton. I've tried doing this through a spinner with a background image, but it stretches the button as wide as the largest option in the dropdown menu. I want the button to always be a fixed, small size (smaller than some options in the menu)
What is the easiest way to do this, and how would i implement it?