问题
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.
回答1:
try this
style="?android:attr/spinnerStyle"
来源:https://stackoverflow.com/questions/27596611/is-there-a-way-to-make-a-textview-use-the-spinner-style