2

I added two fragments to a Navigation map in Android Studio and they appeared landscape.

I would like to switch them to portrait view to save view space. Can some help?

enter image description here

Anga
  • 2,450
  • 2
  • 24
  • 30

1 Answers1

2

Just press the key O (not zero) on your keyboard. The orientation will change only after you move the cursor.

  • 2
    Is this still supported? It always stays in portrait mode for me, even if I put all of my res files to layout-land folder. – Torima Jul 06 '22 at 10:37