Reputation: 14042
You know that Android Studio has a Default layout
that is editable (by replacing it by current layout).
My question:
Is it possible to define some layouts for Android Studio with different names along it's default layout and use them in appropriate situation?
Please don’t confuse custom layout for Android Studio
with layouts in the Android SDK
. In the main menu of Android Studio you can see Window >> store current layout as default
and Window >> Restore default layout
. So it seems that the word Layout
is used in Android Studio
about the arrangement of windows/panes within it and I use that word too.
Upvotes: 0
Views: 742
Reputation:
No, there doesn't seem to be an option for saving multiple window layouts in Android Studio. I have looked and tried.
The only documentation I have found for window/toolbar layouts is from the IntelliJ Documentation:
Saving and restoring the arrangement of the tool windows
You can save the way the tool window are currently arranged by choosing Window | Store Current Layout as Default in the main menu.
At a later time, you can return to the saved workspace layout by choosing Window | Restore Default Layout ⇧ + F12.
Upvotes: 1