I have a android tab host activity and I want to remove the border lines between the tabs
a default tab widget looks like this:
Tab1|Tab2|Tab|
but I want it to appear like this:
Tab1 Tab2 Tab3
How can I obtain this kind of look on my android tab widget. I also tried to put tabStripEnable = "false"
but nothing happened.
or