Reputation: 7920
I know I can add an onClick to my TextView if I want to listen for single taps. Can I do something similar for tap-and-holds?
onClick
Upvotes: 0
Views: 447
Reputation: 2675
Use the onLongClick() method see here
Upvotes: 2