The way to do it is to have the parent of your ImageView use onInterceptTouchEvent().
On Dec 26 2009, 8:06 pm, k_day <[email protected]> wrote: > I have a custom layout that I have written that basically just > displays a bunch of ImageViews. I am handing onTouch events for all > the ImageViews in my layout. However, if a user touches one imageView > and then drags over another ImageView, I would like to be able to > handle that as well. > > How would I go about capturing this 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

