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.
我想在我的应用程序中为 web 视图创建一个上下文菜单。我希望当用户长按链接时,会弹出一个上下文菜单。像这样的东西(左图,而不是listview,我想要一个webview):
预先感谢。
您有多种选项可供选择:PopupWindow、ListPopupWindow和PopupMenu
参考:Android 自定义溢出菜单(没有操作栏和菜单按钮)