Once again I\'m fighting with ActionBar styles for SDK 14 and above. I\'m trying to remove/reduce spacing between Tab icons since the default spacing d
ActionBar
Tab
AFAIK, the spacing is because of the padding on the TabView. You should changing the padding on the TabView something like below.
padding
TabView
The default padding on the TabView seems to be 16dp.