Android ActionBar Sherlock - Remove divider between tabs altogether
问题 I'm trying to remove the divider between the tabs in an ActionBar (actually an ActionBarSherlock) altogether; i.e. no image between tabs and no gap between the tabs either (I'm using a tiled image background in the tabs). Ideally, I'd like the dividers removed in the XML, rather than in code. I've tried a few approaches, but nothing seems to be working, such as: <style name="Theme.MyTheme.ActionBarTab" parent="Widget.Sherlock.ActionBar.TabBar"> <item name="android:divider">@null</item> <item