ΓDΛ
ΓDΛ

Reputation: 11060

How to enable Android Studio new ui

How to enable will Android Studio get new UI like IntelliJ IDEA 2022.3?

Upvotes: 30

Views: 28216

Answers (5)

Mohammed Shahbaz
Mohammed Shahbaz

Reputation: 109

If you are not seeing Classic UI inside appearance, then go to market place and search for classic UI, install it and restart android studio, and all set ;)

Upvotes: 1

ΓDΛ
ΓDΛ

Reputation: 11060

Update Edit : Android Studio Graffie version settings

Android Studio New ui

Update Edit : Android Studio Flamingo version is stable. You can use the following settings again.

Update Edit : currently it only works on Android Studio 2022.2.1 (Flamingo) from Canary channel.

  • Go to the actions dropdown menu:
    • for Windows/Linux: CTRL+Shift+A
    • for Mac OS: +Shift+A
  • Search for Registry.
  • Type "ide.experimental" (even if there is no search bar at the moment).
  • Check "ide.experimental.ui", "ide.experimental.ui.scroll" and "ide.experimental.ui.inter.font".
  • Restart as suggested.
  • Here you go, you can now use this new minimalistic and wonderful user interface, please have fun!

Android Studio new ui

Upvotes: 73

Reza Zarchi
Reza Zarchi

Reputation: 57

If you don't see New UI option in your Appearance settings, You can Go to Help | Find Action | Registry, and start typing the key name for ide.experimental.ui, then enable it. Then, restart the IDE.

Upvotes: 3

canerkaseler
canerkaseler

Reputation: 7468

Fresh Answer

Follow steps: Android Studio --> Settings... --> Appearance & Behaviour --> New UI (Beta) --> Select "Enable new UI" option --> Click "Apply" --> Done!

enter image description here

Upvotes: 1

Chirag Thummar
Chirag Thummar

Reputation: 3182

💡A New Intellij IDEA UI - Preview.

👉 Go to "Appearence & Behavior > New UI > Enable new UI".

Better than the old design? :)

New UI Preview

Upvotes: 3

Related Questions