remove padding around action bar left icon on Android 4.0+

前端 未结 6 1878
孤街浪徒
孤街浪徒 2020-11-29 01:57

I want to remove the padding around the icon on the left in the standard android 4.0+ action bar. I\'m setting the icon with:

getActionBar().setIcon(getResou         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 02:41

    I found an other resolution (reference appcompat-v7 ) that change the toolbarStyle ,following code:

    @style/Widget.Toolbar
    
    
    
    

提交回复
热议问题