I want to show tabs in my application but by default in android between tabs there is divider line like this
Tab1 | Tab2 | Tab3 |
I had the problem in ICS, where divider was visible. None of the solutions worked except for the following.
Key line was android:showDividers="none"
android:showDividers="none"