Intellij / Android Studio Split Screen

Solution 1:

  1. Open the context menu on a document tab by right-clicking on it.

  2. Select Split Vertically.

    enter image description here

  3. You will now have two columns to place document tabs into:

    enter image description here

Hotkey

If you want to assign a hotkey to the action, do the following:

  1. Open the Settings (Ctrl+Alt+S).

  2. Search for Split Vertically (or Split Horizontally, if that's what you're after) and select the Keymap in the IDE Settings.

    enter image description here

  3. Open the context menu for the action in question and select Add Keyboard Shortcut.

  4. Assign the desired hotkey. In this example, I chose Ctrl+Shift+P,V:

    enter image description here

  5. Here we can see the result of assigning a hotkey to both the vertical and horizontal split action:

    enter image description here