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
In case you want to change menu icon. (maybe somebody will need it)
In your activity
@Override public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.menu_info, menu); return true; }
in your menu folder in res. (menu_info.xml)