ICS Spinner (“drop-down” rather than dialog) in older Android versions
I'm trying to mimic the newer Ice Cream Sandwhich version of the spinner, where it looks more like a drop-down list rather than a pop-up dialog. See this link to get an idea of what I'm talking about. I read some posts stating to use ActionBarSherlock to get the desired effect. However, this is created for use in the action bar only, so, how do I take the ICS Spinner out of the action bar? There is a pretty good answer here, yet, I feel like this is a little bit overkill? Is there an easier way? chRyNaN First off, I referenced this link to whether or not I should answer my own question. I felt