Does anybody know how to set padding between the ActionBar\'s home icon and the title?
EDIT: make sure you set this drawable as LOGO, not as your app icon like some of the commenters did.
Just make an XML drawable and put it in the resource folder "drawable" (without any density or other configuration).
The last step is to set this new drawable as logo in your manifest (or on the Actionbar object in your activity)
Good luck!