Is there any way I can remove the small line that appears under tabs for android 2.1?
I have found the solution for for 2.1++ versions but couldn't find anything for android 2.1 or less.
//tabHost.getTabWidget().setStripEnabled(false); .
Can I remove this line by making tabwidget and an imageview in relative layout such that imageView overlaps this line under the tab?
only hack which i found is:
Hope this helps!!