Reputation: 749
Is possible create something like this without using ActionBar? I just need "button" which will rolling some items after click...
Upvotes: 0
Views: 372
Reputation: 13242
ActionBarSherlock might be useful in your case: http://actionbarsherlock.com/
Upvotes: 3
Reputation: 1443
A "dirty" method would be to link your button to an invisible Spinner, which will become visible as soon as the button is pressed. Then it's simply a case of binding the onSelect event of the spinner and theming it.
Upvotes: 1