I\'ve just used ActionBar Sherlock to implement the android action bar on pre 3.0 android devices. I\'m having one issue when I\'m using tab navigation though.
In addition to the accepted answer, Just remove onCreateOptionsMenu and onOptionsItemSelected to get clean tab view without having any empty action bar.