hello, I want to make an app where i can scroll the layout/view in all directions (both horizontally and vertically at the same time, like in the browser app). Maybe with GestureListener?
I already managed to read and test tutorials about scrolling large images but i want to scroll the whole layout made of many widgets like buttons and textviews etc. Is there any way to accomplish that with the build in classes? If not, is there any open source classes which can do that? I dont want to write a new ScrollView class... What i already tried was to capsule a ScrollView in a HorizontalView, but that does only one scroll direction at one time. So if I am scrolling down(up), I cant scroll in other directions. greets JayhC -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en