Hi,
I have a problem. I'm creating a scrollable tabview. This is what i
have done:
<TabHost>
<LinearLayout>
<HorizontalScrollView>
<TabWidget/>
</HorizontalScrollView>
<FrameLayout/>
</LinearLayout>
</TabHost>
I'm able to create tabview that scrolls fine. This way intent launhes
nicely, but it doesn't load it's content to framelayout as it should.
If I change above XML as following (removing the scrollview):
<TabHost>
<LinearLayout>
<TabWidget/>
<FrameLayout/>
</LinearLayout>
</TabHost>
I can see the intent again, but i will lose the ability to scroll
tabs. Does anyone know any solution for this or reason why this is not
suitable. Would it be possible to use gesture listener to create the
scrolling effect i will make custom TabWidget that implements
OnGestureListener? Actually i tried this aswell, but somehow it didn't
catch the gesture events.
--
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