Android: Scrollable tabs -


I am currently working on my first Android application. I am using a tabbed layout for my application. I have followed the tutorial for this on dev guides and ran into a problem. Tutorial only has three tabs used, but I need more. For example, when the tab resizes and a bunch that I could have told me was hoping I could get them to scroll, such as using multiple tabs in Dolphin Browser! Thank you

~ Aaron

What to use

Joel said, just add: Android: fillViewport = "true and Android: scrollbars =" no "

such HorizontalScrollView:

  & lt; HorizontalScrollView android: id = "@ + id / horizontalScrollView1" Android: Layout_width = "Fill_parent" Android: Layout_height = "Wrap_content" Android: fillViewport = "true" android: scrollbars = "none" & gt; & lt ; TabWidget Android: ID = "@Android: ID / Tab" Android: layout_width = "Fill_parent" Android: layout_height = "wrap_content" / & gt; & lt; / HorizontalScrollView & gt;  

Comments