Questions tagged [android-style-tabhost]
34 questions
30
votes
4 answers
Android - iphone style tabhost
Is it possible to style the Android Tabhost to look like that of the iPhone?
If not, is there any open source code that can show how to create Bottom Tabs for Android ?
(source: appshopper.com)

Soni Ali
- 18,464
- 16
- 44
- 53
26
votes
4 answers
How to change the font size of tabhost in android
How can the font size of the tabs be changed? I extend TabActivity for the tabs.

ReNa
- 1,114
- 6
- 19
- 37
11
votes
5 answers
Android remove space between tabs in tabwidget
I have made an application which has tabs like in HelloTabActivity, there is also space between these tabs, can anyone suggest how to remove this space and also there is a grey line beneath the tabs how can that be removed?
main.xml

ReNa
- 1,114
- 6
- 19
- 37
5
votes
1 answer
How to Style a FragmentTabHost within a Fragment
This is my xml:

swati saoji
- 1,987
- 5
- 25
- 35
5
votes
1 answer
Change text size on tabHost
I'm trying to do a tabHost with 2 tabs, its ok, but i want to change text size, I search a lot but I don't find anything without change all layout of tab, i just want change text size, not change background or anything like that, i add my tabs like…

kavain
- 451
- 2
- 8
- 20
3
votes
2 answers
android tab to show vertically at the left hand side of screen in landscape view
I know that it is possible to place the tabs at the top or bottom view in portrait mode. However when i moved the orientation to the landscape view, the tabs will be in a row horizontally at the top.
I saw that it is possible when i opened up the…

JANE
- 55
- 1
- 5
2
votes
1 answer
android: how to add style or background to tabhost and tabs
like the tabs in android's contact, i want to add style (or maybe it is background or something i don't know) how please ?

user user
- 2,122
- 6
- 19
- 24
1
vote
2 answers
Android 4.0 - Youtubestyled Tabhost - How is that possible?
What I try to do
Hello Guys, I'm creating an app, and I want that it looks nice and simple to control. In my app I got a Tabhost with 3 Tabs. Every Tab is a fragment with diffrent content. Now its the problem, when I switch the tab. I have to do…

safari
- 7,565
- 18
- 56
- 82
1
vote
2 answers
tabhost in Android example force closing in emulator
I wrote a simple tabhost example which is as follows

Nav
- 10,304
- 20
- 56
- 83
1
vote
1 answer
How to do Tab Host like Iphone in android?
I am newer in Android. I am doing android application. I have to do TabHost in android look like iPhone, I am sharing image. Please help me for layout.
I am trying so much but not get exactly solution.

user3315464
- 85
- 6
1
vote
2 answers
How to change TabWidget color?
I'm new to Android and I need your help!
I love default tabWidget style, but I need white color in tab title.
This is what I have for now
I want "TAB1" and "TAB2" in white color.
I tried my own tabwidget style. Here's the code