I what my actionbar to have a title and homeAsUp but not the logo or icon.
like this:
To hide action bar icon following methods works for me
method-1:getActionBar().setIcon(android.R.color.transparent); method-2:getActionBar().setIcon(null);