I wanted to reduce the spacing bettween Action Item icons added to the ActionBar. Is there a way we can do this?
For supporting older version using appCompat you need nothing but this:
In your application's appTheme :
@style/ActionButtonStyle
and create a style in style.xml
That's it. You are done.