David
David

Reputation: 7456

Is there a way to make a TextView use the Spinner style?

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

Answers (1)

Kostas Drak
Kostas Drak

Reputation: 3260

try this

style="?android:attr/spinnerStyle"

Upvotes: 6

Related Questions