Skip to content Skip to sidebar Skip to footer

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.

Solution 1:

try this

style="?android:attr/spinnerStyle"

Post a Comment for "Is There A Way To Make A Textview Use The Spinner Style?"