Personally, I wanted to be able to take the
To remove the arrow from Toolbar
, simply add this line of code to onCreate()
of your Activity
:
getSupportActionBar().setDisplayHomeAsUpEnabled(false);
Add after set Toolbar
to ActionBar
.