how to remove spacing between ActionBar icons
问题 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 does not fit well in my design. Currently my style looks like: <style name="sMain" parent="@android:style/Theme.Holo"> <item name="android:actionBarStyle">@style/mTabAreaBackground</item> <item name="android:actionBarTabStyle">@style/ActionBarTabStyle</item> </style> <style name="mTabAreaBackground" parent="@android:style/Widget.Holo.ActionBar