Here\'s what I\'d like to remove :
How do I replace the indicator show
tabHost.getTabWidget().setStripEnabled(false); tabHost.getTabWidget().getChildAt(1).setBackgroundColor(getResources().getColor(R.color.tabcolor)); tabHost.getTabWidget().getChildAt(2).setBackgroundColor(getResources().getColor(R.color.tabcolor));
More info here