Search code examples
androidandroid-actionbarandroid-appcompatandroid-toolbar

Remove title in Toolbar in appcompat-v7


The documentation of Toolbar says

If an app uses a logo image it should strongly consider omitting a title and subtitle.

What is the proper way to remove the title?


Solution

  • getSupportActionBar().setDisplayShowTitleEnabled(false);