Is the android:divider attribute under the TabWidget working? I tried the Tab Layout tutorial from android just to test (http://developer.android.com/resources/tutorials/vi
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"