How to create a custom PopupMenu in Android

前端 未结 3 1858
花落未央
花落未央 2020-12-14 03:26

How can I replicate something like I made below in Balsamiq?

I made this menu, but it is only displaying the text of the items (not the icons). Is it possible to di

3条回答
  •  醉梦人生
    2020-12-14 04:05

    I hope my previous answer Here can help you.
    If you just want a similar popup menu, you can use ActionProvider. It's more powerful.
    If you want it as a true menu, you can use custom PopupMenu.

提交回复
热议问题