I´m working over ICS 4.0.3 so I'm using AppCompatSpinner.
The spinner is fine, looks like lollipop's spinner.
But when I click in any item, just before it closes, it goes totally blank for half second at least. Enough to notice the "blank effect".
I don't know why that happens and what to do to fix it. I'm not using a custom XML layout spinner, just a default one, you know:
AppCompatSpinner spinner = new AppCompatSpinner(getActivity());
Can someone help me?