SyntaxFix
Write A Post
Hire A Developer
Questions
The correct way to hide title/label of ToolBar the following codes:
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); setSupportActionBar(toolbar); getSupportActionBar().setTitle(null);