Re: [android-developers] Scrollviews within tabs

2011-07-15 Thread Mark Murphy
You only have one tab. Your tabs, in this design, are the immediate children of your FrameLayout. You have one such child -- a LinearLayout. On Fri, Jul 15, 2011 at 10:43 AM, homerz wrote: > Hi everybody, > I'm building an application with 4 tabs; each tab has a scrollview > with some textview, s

[android-developers] Scrollviews within tabs

2011-07-15 Thread homerz
Hi everybody, I'm building an application with 4 tabs; each tab has a scrollview with some textview, some spinners and 2 buttons... my problem is that only the current tab is displayed, when I click on other tabs, nothing happens... tabs don't switch and no error is logging I manage all tabs