Android Spinner Size very large
I'm trying to get an ICS spinner like in my app, and playing around for hours, finally I'm using HoloEverywhere to get this, and it's working, but I have a little disign issue, is that the spinner is not wrapping its content as I set in the xml, and by default looks like this : Really I googled this for hours, and all I found is that how to resize spinner items and not the view itself, means that I want the spinner to be adjusted to the selected item size like this : Here is my XML: <RelativeLayout android:layout_width="match_parent" android:layout_height="40dp" android:orientation="horizontal