I am using actionbarsherlock and cannot get drop down navigation (list mode) working for api < 3.0. It works fine for newer devices, but for <3.0 the I cannot click on the spinner. The first entry shows up, but the drop down will not show up on click. Everything else with the action bar is fine, but I cannot get the drop down to function.
Anyone encounter a similar problem?
OK I found the problem, the issue was that I was using the wrong parent for “actionDropDownStyle”. Using the parent below fixed the problem.