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

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

    use a custom android:actionButtonStyle.

    @style/ActionButtonStyle
    

    and the magic is here:

    
    

    normaly minWidth is set to 56 dip.

提交回复
热议问题