I am implementing Gesture in my Activity in Android. Every time I am doing a Gesture, yellow line is being drawn on the screen. Kindly provide the code to set the GestureColor as transparent.
Warm Regards, Chiranjib
I am implementing Gesture in my Activity in Android. Every time I am doing a Gesture, yellow line is being drawn on the screen. Kindly provide the code to set the GestureColor as transparent.
Warm Regards, Chiranjib
You might want to look at GestureOverlayView
instead of just Gesture
. With this class, you can easily put a color to the Gesture using setGestureColor. Check here for doc.