Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Text tab open by default in Android Studio

I use keymaps in Android Studio to save time.

To open "Recent Files" I happen to use the keymap of CMD+ E, which will open the "Recent Files" pop-up screen.

The problem is that when I then select any of the .xml layout files from this screen, it opens the file by default in "Design" mode, instead of "Text".

I prefer to code my layouts in "Text" mode. This means I then have to keyboard shortcut CTRL+ SHIFT + -> every time to edit the layout in "Text" mode. How do I open "Text" mode by default.

Note: I would post images, but that is reputation dependent...

like image 303
Darren Martin Leith Avatar asked Jul 22 '15 09:07

Darren Martin Leith


2 Answers

Open Settings:

File -> Settings -> Editor -> Layout Editor -> check the checkbox "Prefer XML Editor" 
like image 97
Andrew Avatar answered Sep 20 '22 13:09

Andrew


In newer versions of Android Studio you can find the setting mentioned by Andrey under Preferences > Editor > Layout Editor. ("Prefer XML editor")

A restart is not required.

like image 28
Adrian Stabiszewski Avatar answered Sep 22 '22 13:09

Adrian Stabiszewski