I'm looking for information on how to accomplish a layout that
consists of a Gallery which contains ScrollView.

I've chosen to use these two classes because:
- Gallery provides left / right scrolling and a nice deceleration and
locking on view boundaries
- ScrollView provides the vertical scrolling for content that is
greater than the height of the gallery

By default, implementing the above, you can scroll horizontally when
you are not touching the contained scroll view. What i need is a way
to scroll the Gallery horizontally while the user is touching anywhere
within the Gallery and then properly handle vertical scrolling in the
ScrollView.

This is seen in the Google Scoreboard application.

I've attempted to do this by implementing a GestureDetector but it is
unclear to me how I need to configure the GestureDetector to properly
route the touch events between the Gallery and the ScrollView.

Thanks for you feedback,

Brandon

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