[android-developers] Re: TabActivity with scroll

2010-02-03 Thread priyanka
Thanks very much for your ideas folks. Hc - its a cool tabhost you've made! :) Thanks a lot, and I'm sure it will be very useful for a requirement of always fitting in within the screen. Unfortunately, my requirement is such that I do not want to reduce the width of each tab as the number of tabs

[android-developers] Re: TabActivity with scroll

2010-02-03 Thread priyanka
Thanks very much for your ideas folks. Hc - its a cool tabhost you've made! :) Thanks a lot, and I'm sure it will be very useful for a requirement of always fitting in within the screen. Unfortunately, my requirement is such that I do not want to reduce the width of each tab as the number of tabs

[android-developers] Re: TabActivity with scroll

2009-12-07 Thread Beth
Hi Priyanka, You might implement this functionality using a gallery, a list widget that scrolls sideways. In the Gallery adapter, you can set up each Gallery item as a TextView with a CompoundDrawable icon displayed above the text. A visual 'tab' outline could be set into the background of each

[android-developers] Re: TabActivity with scroll

2009-12-07 Thread hc
Hi guys, I made a scrollable tabhost with a scrollview. Made it open source and it's available here http://code.google.com/p/mobyfactory-uiwidgets-android On Dec 8, 7:47 am, Beth emez...@gmail.com wrote: Hi Priyanka, You might implement this functionality using a gallery, a list widget that