All,

I am trying to create a popup window that can have selective touch
areas. Basically the popup window will act as an overlay on top my
activity layout, and will consume touch events in certain areas while
pass the touch events down to the underlaying activity when touched on
the remainder of the screen.

I tried playing with setTouchInterceptor() and returning false from
there, but it doesn't work. I can make the entire popup window non-
touchable by calling setTouchable(false), but thats not what I want.

Is there any way I can achieve this "selective touch areas" behavior?

-- 
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