Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut to switch between design and text in Android Studio

People also ask

How to switch between design and text in Android Studio?

Tip: You can switch between design and text editors by pressing Alt + Shift + Right/Left arrow ( Control + Shift + Right/Left arrow on Mac).

How do you Ctrl P on Android?

In the latest version Android Studio 3.5, CTRL + P is assigned to print(by default). To assign a new key to Parameter Info , double click on the Parameter Info -> Add Keyboard Shortcut and press the key combination you wish to assign. On Mac, it is still Command + P as older.


You can find it in Preferences->KeyMap:
"Select next Tab in multi-editor file":

enter image description here

The keymap depends on the platform:

  • On Mac: CRTL+SHIFT+RIGHT
  • On windows/Linux it is ALT + Shift + Left/Right.

You can change it on the KeyMap panel.

You can find the buttons to switch between design, text and preview in top right bar:

photo

With Android Studio Arctic Fox 2020.3 you can find the buttons to switch between code|split|design:

enter image description here


ALT + Shift + Left/Right works for me. (Windows)


ALT + SHIFT + LEFT/RIGHT on windows and ubuntu.

CTRL + SHIFT + LEFT/RIGHT on MAC


Move between Design / Text tabs in layout’s view:

(Mac) : control + shift + /

(Windows / Linux): alt + shift + /