Is there a way to reduce the spacing between the Action Item Icons on Action Bar?

后端 未结 8 1902
渐次进展
渐次进展 2020-11-29 23:49

I wanted to reduce the spacing bettween Action Item icons added to the ActionBar. Is there a way we can do this?

8条回答
  •  我在风中等你
    2020-11-30 00:13

    I think you may find that this is hard-to-impossible to accomplish without getting extremely hackish or just creating your own custom ActionBar. See here for what seems like a pretty similar question. I did some testing myself overriding android:actionButtonStyle, and while I was able to override certain things (like the background), it refused to honor any kind of padding attributes i specified.

提交回复
热议问题