Reputation: 3676
I want to make a context menu for a webview in my app. I want that when the user does a long click on a link, a context menu will popup. Something like this (the left picture, and instead of of listview I want a webview):
Thanx upfront.
Upvotes: 2
Views: 1473
Reputation: 24235
You have a wide range of options to choose from : PopupWindow, ListPopupWindow, and PopupMenu
Reference : Android custom Overflow-menu (Without actionbar and no menubutton)
Upvotes: 1