Does anybody know how to set padding between the ActionBar\'s home icon and the title?
In your XML, set the app:titleMargin in your Toolbar view as following:
app:titleMargin
Or in your code:
toolbar.setTitleMargin(16,16,16,16); // start, top, end, bottom