Kirit  Vaghela
Kirit Vaghela

Reputation: 12664

Spinner Mode does not work

I have two spinner, one with

android:spinnerMode="dialog"

and another with

android:spinnerMode="dropdown"

Now when I click on either spinner, I find no difference between them.

Upvotes: 1

Views: 2961

Answers (1)

Neha Nathani
Neha Nathani

Reputation: 544

mode_dialogmode_dropdownThis is strange. When adding android:prompt="@string/app_name" It shows a little difference in dialog and dropdown style. Otherwise both are almost the same. Try using properties for dropdown and dialog to differentiate between the two.

Upvotes: 6

Related Questions