Hello,

I have searched the group for similar problems, but still couldn't
find the solution. Or couldn't implement it.

The problem is that I have a Gallery with some pictures that fit the
screen and some that are longer. In the getView method of adapter I
create a ScrollView, add my ImageView with picture to it, and then
return. It works however like a normal ImageView without up/down
scrolling.

I can catch touch events in the gallery, however I don't know how to
forward them to either gallery's onFling if the fling was horizontal,
or to the ScrollView.

Why does it work when I put a Gallery inside the ScrollView - there is
both the horizontal and vertical scrolling? What can I do to have the
opposite - ScrollView inside the Gallery?

Thank you!

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