I am creating an application in Android that utilizes Gestures. I have recorded the gestures using 'Gesture Tool' aka Gesture Builder.
Everything works fine (no issues with detecting gestures or whatsoever) - however it displays visual clue (dark yellow line when a gesture is recognized) or transparent yellow when it doesn't
Is there any way I can stop that???
I did check other forums and API for GestureOverlayView - but no success so far
Any help would be greatly appreciated