I wrote this code into my Activity and my logo displays, but it has a space before the logo
getSupportActionBar().setDisplayUseLogoEnabled(true);
getSupportActionBar().setDisplayShowHomeEnabled(true);
getSupportActionBar().setIcon(R.drawable.emenu_logo);
setTitle("");
Screenshot:
I don't know how to fix that, please help me!
Make a layout and inflate in your custom action bar...