yparam98
yparam98

Reputation: 15

How can I get rid of the app name menu bar in Android Studio 4.1.2

Does anyone know how to get rid of this menu bar that has the app name in Android Studio? I accidentally enabled it and have no idea how to remove it.

screenshot

Upvotes: 0

Views: 105

Answers (1)

Vishal Singh
Vishal Singh

Reputation: 359

This comes with the material theme. You can easily disable it by following these steps:

  1. Select Tools from the menu bar
  2. Goto Material Theme -> Material Theme Option -> Toggle Project Frame colours.

Image to show the path

Upvotes: 1

Related Questions