I have an activity using ActionBarSherlock with ActionBar.NAVIGATION_MODE_LIST.
When entering the page I want the spinner in the action bar to expand programmatically after it’s populated with items so the user needs to pick an item. As of now the first item in the adapter is selected automatically.
I can’t figure out a nice way to expand the spinner in the action bar programmatically. Do I need to use a custom view to achieve this behavior?
I’ve looked on the action bar with the HierarchyViewer and the spinner does not have an id set. Any ideas?
Here is code how I create custom action bar with actiobBarSherlock
Adapter
Layout
to expand spinner call