I what my actionbar to have a title and homeAsUp but not the logo or icon.
like this:
Try to set this thing
actionBar.setLogo(null);
getActionBar().setHomeButtonEnabled(true);//used to navigate to home getActionBar().setDisplayHomeAsUpEnabled(false);//used to hide the left caret symbol