Re: [android-developers] Smaller tabs, such as the Facebook official app

2010-02-14 Thread Mark Murphy
Juan David Trujillo C. wrote: > I want to create an application that uses small tabs, such as the one > the Android's facebook official app uses. > Does anyone know how these kind of tabs can be created? Do I need to > extend the TabHost class in order to customize it, or is there a more > general

[android-developers] Smaller tabs, such as the Facebook official app

2010-02-14 Thread Juan David Trujillo C.
Hi all! I want to create an application that uses small tabs, such as the one the Android's facebook official app uses. Does anyone know how these kind of tabs can be created? Do I need to extend the TabHost class in order to customize it, or is there a more general easier approach? Thank you fo