I understand that the gesture system (http://developer.android.com/
resources/articles/gestures.html) ignores vertical line inputs to
allow for scrolling of ListViews that reside below
GestureOverlayViews.

It is possible to change this behaviour from ignoring vertical to
ignoring horizontal by changing the definition like so:
android:orientation="horizontal" but I can't see how to remove this
feature completely. I don't have anything that's scrollable below my
GestureOverlayView and would like to use simple gestures.

I see Google's Gesture Search can detect simple gestures, but sadly
they haven't released the source. Does anyone know how it's achieved?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to