I have activity which has drawer attached to it. Each menu of the drawer is a fragment, and under one of the menu I have a fragment with TabLayout, and each tab
TabLayout
To hide your Toolbar anytime you can use :
getSupportActionBar().hide();
for more explanation view url1 or url2