How to popup list like a spinner without spinner in android?

后端 未结 5 743
北海茫月
北海茫月 2021-02-06 11:51

I have a spinner widget in my activity which lets users pick a list name.

Normally, the function of the spinner is to switch between lists but for a couple of instances,

5条回答
  •  离开以前
    2021-02-06 12:20

    If you are not limited by API level 11 then listPopupWindow is close to what you want.

提交回复
热议问题