I wanna hide 1 tab indicator View in a tabHost , cause i'll use another button to do it . The problem comes when i hide it this way:

 getTabHost().getTabWidget().getChildTabViewAt(3).setVisibility(View.GONE);

Then the separators still appearing in the tabWidget .

Any idea of how can i do it?

Thanks.

link|improve this question

79% accept rate
feedback

1 Answer

If i am getting you right , you want to change view of tabIndicator . if so then use setindicator(view) at the time of adding tab .

for more help tabs1.java in ApiDemoes .

link|improve this answer
setindicator(view) : Can view be getted from out of the tabWidget bar? – A.Quiroga Nov 23 '11 at 12:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.