Reputation: 16777
I need a context menu to be shown when user clicks on item in listview (not long tap). How it can be implemented?
Upvotes: 2
Views: 1609
Reputation: 658
Easiest way it probably to do it like Reflog said.
But you could try it like this:
Hope this helps.
Upvotes: 2
Reputation: 7645
use AlertDialog.Builder with 'options' parameter. It emulates the context menu.
Upvotes: 1