Scrolling Tabhost At The Bottom
I used the tabhost tutorial to get started with the Tabhost control. After some play around I wanted to make the tabhost scrollable, which I figured out. Now I want the tabhost at
Solution 1:
Thanks to Arve leading me to "custom controls" I found a promising project:
https://github.com/honcheng/ScrollableTabHost-for-Android
I hope some others looking for this kind of tabhost can use it :)
Solution 2:
A possible library to help you do this: http://code.google.com/p/androidtabs/
From their project description:
Due to limitation of Android Tab component I created a custom TabWidget that I am using in couple different projects already. The widget allows us to add custom background and use custom icons, tabs can be Top/Bottom aligned.
EDIT: I have not tested this myself, but it looks promising.
Post a Comment for "Scrolling Tabhost At The Bottom"