How to disable multi preview feature introduced in Android-Studio 3.6

Viewed 344

Is there a way to disable the new multi preview of layout added in Android-Studio 3.6?

  • I think it takes too much time to load.
  • Last but not least, it seems not possible to change the local and the theme applied to the preview, as it was possible before.
1 Answers

Seems that it gets better in AndroidStudio 4.0

Also this setting is useful:

enter image description here

Related