I have a HSV, and I'd like to respond to a long click on that view. When I set it's onLongClickListener()
it doesn't do much, the callback is not being called.
I assume that the scroll view consumes everything with an onTouch
so it could handle the scrolling, but how do I work around it?
You can do this with GestureDetector. This works: