[android-developers] Horizontal Vertical Scroll View

2010-12-22 Thread John Gaby
I need to be able to have a view which scrolls both horizontally and vertically (e.g. like a browser view). I have seen several posts where people have put a horizontal scroll view inside a vertical scroll view. I have tried to do that, but I only get vertical scrolling. The following is the

Re: [android-developers] Horizontal Vertical Scroll View

2010-12-22 Thread Dianne Hackborn
You can't put a horizontal scroll view in a vertical scroll view. You probably just want to take the implementation of scroll view and modify it to suit your needs. On Wed, Dec 22, 2010 at 3:21 PM, John Gaby jg...@gabysoft.com wrote: I need to be able to have a view which scrolls both