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

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

    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.

提交回复
热议问题