My application\'s main icon consists of two parts in one image: a logo and a few letters below it. This works well for the launcher icon for the app, but when the icon appea
Please Try, if use "extends AppCompatActivity" and present actionbar.
ActionBar eksinbar=getSupportActionBar(); if (eksinbar != null) { eksinbar.setDisplayHomeAsUpEnabled(true); eksinbar.setHomeAsUpIndicator(R.mipmap.imagexxx); }