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

后端 未结 8 1903
渐次进展
渐次进展 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:37

    If you are creating a custom ActionBar, you can add custom spacing, between elements, if you want to move items closer to each other, you can use negative values for your attributes. Like this pseudo-code (in your layout xml file):

提交回复
热议问题