I want to show tabs in my application but by default in android between tabs there is divider line like this
Tab1 | Tab2 | Tab3 |
Use:
tabHost.getTabWidget().setDividerDrawable(null);
to remove the divider lines.