How to use Android Spinner like a drop-down list

后端 未结 6 1254
一个人的身影
一个人的身影 2020-12-05 14:22

It\'s taken me quite a while to get my head around the Android Spinner. After several failed implementation attempts, and after reading many questions partially similar to m

6条回答
  •  独厮守ぢ
    2020-12-05 14:49

    I worked through several of the issues mentioned in this thread before I realized that the PopupMenu widget is what I really wanted. That was easy to implement without the hacks and workarounds needed to change the functionality of a Spinner. PopupMenu was relatively new when this thread was started in 2011, but I hope this helps someone searching for similar functionality now.

提交回复
热议问题