Reputation: 12664
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
Reputation: 544
This 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