I'm using ActionBar.NAVIGATION_MODE_LIST and I have a custom adapter for the Spinner.
I've been managed to do everything I needed but there's only one missing thing I can't figure out..
When an item is selected, the next time the DropDown is displayed, the previously selected options is the first one selected. I want the DropDown to display the first item from the list instead.
Is that possible?