Kgrover
Kgrover

Reputation: 2116

Create Dropdown from button on menu

In android, I want to create a dropdown menu like the following: enter image description here

I've seen some examples where there are just buttons, and no text (like QuickActionView), but none like this. If someone could direct me to some open source code, that'd be great, or point me in the correct direction.

Thank You in advance.

Upvotes: 0

Views: 254

Answers (1)

ahodder
ahodder

Reputation: 11439

Android's ActionBar does exactly this. Unfortunately, it is only available for 3.0 and up. However, you could use ActionBarSherlock.

Upvotes: 1

Related Questions