android pop up menus

后端 未结 3 685
孤街浪徒
孤街浪徒 2021-02-06 05:39

I cannot find either one of these two views in the source, but have seen them both in many apps. Can anyone please tell me what they are called?

Thanks

3条回答
  •  粉色の甜心
    2021-02-06 06:20

    The second one is an options menu from the action bar. I think it is implemented as a ListPopupWindow.

    The first one is not part of the Android SDK, though there are various implementations floating around. Here is an example of one designed for use with Google Maps, for example. Here is one designed for the "quick actions" pattern.

提交回复
热议问题