Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人知道一个library包含在11ListPopupMenu之前工作的反向移植实现的android
library
ListPopupMenu
android
我没有,但你可以使用PopupWindowwhcich is available since API 1。您可以创建一个列表作为您的 contentView。你可以使用showAsDropDownwhich 可以给你相同类型的效果
PopupWindow
API 1
showAsDropDown
这可能值得一试。我喜欢使用它来实现向后兼容性,有时因为它提供的效果
弹出窗口