Remove application icon and title from Honeycomb action bar

Call setDisplayShowHomeEnabled() and setDisplayShowTitleEnabled() on ActionBar, which you get via a call to getActionBar().

Leave a Comment