How to change Toolbar navigation icon and options menu margin
问题 Is there any way to change the left margin of the Navigation icon and the right margin of the Action items in Toolbar ? 回答1: I went through the Toolbar source code to find a solution and it turned out to be pretty simple. Toolbar uses two styles to style the toolbar and the navigation icon. Just had to override those styles with my own. <style name="myToolbarNavigationButtonStyle" parent="@style/Widget.AppCompat.Toolbar.Button.Navigation"> <item name="android:minWidth">0dp</item> <item name=