Actually I have this hamburger icon in my navigation drawer auto generated by eclipse:
I would get this result:
Actually I have this hamburger icon in my navigation drawer auto generated by eclipse:
I would get this result:
First thing, always show what you have tried resolve your query.
Second to answer this, try
ActionBar actionBar = getSupportActionBar();
actionBar.setLogo(R.drawable.ic_launcher);
actionBar.setDisplayUseLogoEnabled(true);
actionBar.setDisplayShowHomeEnabled(true);
place this in your widget
android:drawableRight="@drawable/image"