Make XML Split view default in Android Studio 3.6+?
In Android Studio 3.6 and above, an XML file always opens in the "Code" view by default. How do I make it open in "Split" view by default?
In Android Studio 3.6 if you open Preference->Editor->Layout editor
you can see for this case only check/uncheck "Prefer XML editor"
for show modes "Code" or "Design"
view without "Split"
, very strange... Waiting for possibility check mode "Split"
UPDATED
Now Android Studio 4.0 has "Split" option. Nice!
UPDATED
Now for Android Studio "Arctic Fox" - Preferences -> Editor -> Design Tools
. Nice!
Here's what worked for me, hope it works for you too.
- Close all tabs in your editors.
- Open one xml file and click on the split view button at the top-right section of the tab.
- Close the tab again.
Android Studio then remembered my selection for all other tabs opened from then on.