On Mar 22, 3:59 pm, Shawn Holland <[email protected]> wrote:
> In your activity, override onTouchEvent and pass the event to the
> gallery before you pass it on to the super class.

Have your tried this.  It sounds like Activity.onTouchEvent gets
called last after all the View.onTouch events have returned false.

The behavior of ScrollView is that it returns true from onTouchEvent
on ACTION_DOWN and ACTION_MOVE so Gallery doesn't get an opportunity
to move at all.

The fix I show above sort of works but I am baffled about why the
ScrollView then seems to get blocked sometimes.  It is not an adequate
fix.

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