Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
858 views
in Technique[技术] by (71.8m points)

intellij idea - Shortcut to switch between design and text in Android Studio

Does anyone know some shortcut to switch between design and text in android studio while editing XML layout?

While I can switch from design view to source using Ctrl+B (and need to select something in layout before), I have no way to go back.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...