The documentation of Toolbar says
Toolbar
If an app uses a logo image it should strongly consider omitting a title and subtitle.
if your using default toolbar then you can add this line of code
Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(false);