Is there a way to implement double tap and touch gesture on the same view? It looks like if i register onTouchEvent() with onDoubleTap() on my view, RxView.touches(view) doesn't seem to be working. I need some kind of motion detection to detect particular view in my layout, and also to be able to double tap that view. Any advice? Thanks in advance :)
Is there a way to implement double tap and touch gesture on the same view? It looks like if i register
onTouchEvent()withonDoubleTap()on my view, RxView.touches(view) doesn't seem to be working. I need some kind of motion detection to detect particular view in my layout, and also to be able to double tap that view. Any advice? Thanks in advance :)