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

前端 未结 1 1161
轻奢々
轻奢々 2021-01-23 20:26

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条回答
  •  一个人的身影
    2021-01-23 21:07

    try this

    style="?android:attr/spinnerStyle"
    

    0 讨论(0)
提交回复
热议问题