The documentation of Toolbar says
Toolbar
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?
getSupportActionBar().setDisplayShowTitleEnabled(false);