How to disable the file toolbar in android studio

Viewed 116

Just a quick question. How do I remove/disable this tool bar in android studio ? I cant seem to find a setting to disable it.

enter image description here

1 Answers

Open Android Studio Goto: View -> Click on Navigation Bar option (Keep it unchecked)

Now, Your entire bar will be hidden.

Again, Goto: View -> Click on Navigation Bar option

Now, Click on Toolbar option (Keep it checked)

Your window should look like this: enter image description here

Related