Reputation: 7456
I want to have a TextView look like a Spinner. When you click, a dialog with the choices for the TextView appear. No, I don't want to use a Spinner. I want to use a TextView.
Upvotes: 1
Views: 2225
Reputation: 3260
try this
style="?android:attr/spinnerStyle"
Upvotes: 6