After updating android studio to 3.6.1 Toolbar not showing in the layout editor.
But it should be like this.
Number 3 Option not showing in my case.
After updating android studio to 3.6.1 Toolbar not showing in the layout editor.
But it should be like this.
Number 3 Option not showing in my case.
Copyright © 2021 Jogjafile Inc.


Ok as far as I think there's no option to show or hide the specific toolbar you are mentioning in your question. Android Studio seems to be doing it by default.
The issue in your case is that android studio will show the toolbar if you open the any layout.xml inside the
layoutfolder in yourresfolder. Try opening an xml insidelayoutit should be showing this by default.As visible from your screenshot you have opened an xml from
menufolder. The layout editor in this case only shows the contents in yourmain_menu.xmllike a dropdown list etc. and not how it appears in the actual layout if I am not wrong.If this menu is include in some layout's xml file in the
layoutfolder try opening that to see the contents and the toolbar you mentioned.See if this works for you