I wanted to reduce the white spaces between the items in my Spinner.
I looked things up on the Internet, but I can't seem to find it.
What did I try? Not much to be honest, I can't find anything really.
I tried to change the padding of my Spinner, but that (ofcourse) affects the Spinner itself, not the items within.
As you can see below, the white space between the items is pretty big. How to reduce this?
This is on Android 2.3.3

However, on Android 4.0+, the space is already a lot better:


android.R.layout.simple_spinner_itemthis is also from Android. This makes it smaller (I think it is too small) but I let him decide. – Bigflow Jan 9 at 15:10