Sjk
Sjk

Reputation: 387

Drop down menu in android2.3

how to create a drop down menu in android?I tried spinner,but its dialog box is covering in the entire screen when it is in landscape mode.also width of dialog cannot be adjusted.I need drop down menu working for andorid2.3.can any one help me i am a fresher in this field?

Upvotes: 3

Views: 446

Answers (1)

PravinCG
PravinCG

Reputation: 7708

You can use ActionBarSherlock and use IcsSpinner instead of regular spinner for dropdown effect. It works API 8 onwards.

Upvotes: 2

Related Questions