Is there a way to change the background color of the tab bar in the ActionBar without changing it in the one line version?
To clarify what I want: In portrait mode t
I think you are looking for the android:backgroundStacked attribute of the ActionBar style:
android:backgroundStacked
or (If using ActionBarSherlock):