This is my code to populate the Spinner. It looks strange and ugly.
@Override protected void onPostExecute(final List result) { Sys
I had the same problem, I just wrote my own adapter by extending BaseAdapter and implementing SpinnerAdapter. Also I wrote my one item layout :
And the spinner behave normally.