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.