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

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

    None of the answers worked for me. So I wrapped the icon in a drawable xml using layer-list and give it a negative left margin, and it worked for me this way.

    
    
        
            
        
    
    

提交回复
热议问题