Changes

Jump to: navigation, search
Configuring the GestureOverlayView
By default, GestureOverlayView is configured to display yellow lines during gestures and to recognize only single stroke gestures. Multi-stroke gestures can be detected by setting the android:gestureStrokeType property to multiple.
Similarly, the color used to draw recognized and unrecognized gestures can be defined via the android:gestureColor and android:uncertainGestureColor properties. For example, to hide the gesture lines and recognize multi-stroke gestures, modify the activity_custom_gesturesfragment_custom_gestures.xml file in the example project as follows:
<pre>

Navigation menu