Hi,

I'm trying to implement a very simple gesture (vertical finger motion)
on an app that have several layouts (LinearLayout), as example:

global layout full screen
¦-- children
¦-- children
¦---- children
¦---- children
¦-- children

If I set onTouch on my global layout, it works if I only touch the
piece of the screen not overlapped by the children, but what I need is
to detect the touch in the whole layout boundary, overlaying the
children.

I think that what I need is the GestureOverlayView equivalent on the
API Level 3, there are any solution on this?

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

Reply via email to