ActionBarSherlock Fragments Tabs Looks Different in non-ICS versions of Android

actionbarsherlock, android, tabs

Solution

That is a TabWidget, not the action bar tabs. Look at the 'Tab Navigation' example in the 'demos' sample for the backported tabs.

Problem

I've been going through the ABS Fragments demo, and noticed that the tabs look quite different in the older versions of Android - is this normal? I took screenshots comparing the two, and particularly the tab looks different:

Original source