I\'m trying to use define a custom icon in the support Toolbar but the only icon shown is a left arrow... I tried to set it in the layout and programmatically but the result
ActionBar.setHomeAsUpIndicator(...);
This one works for me.