0

So basically I created different xml layout for landscape mode, put it into folder res/layout-land, kicked off an emulator, pressed CTRL + F12 to change emulator's mode to landscape, started my app and ooops it still doesn't work. It still shows off in the portrait mode. What are other requirements to make this going. Do I have to tinker with R.java or activity's code onCreate ?

Paweł Bąkiewicz
  • 207
  • 1
  • 2
  • 8
  • many know which cntl button you are using... – vinay Maneti Jan 12 '14 at 13:08
  • Emulator bug. Use an emulator with a **2.2 "Froyo"** device - The only emulator that reacts to orientation changes properly. By the way, by pressing **7 on the numpad** you achieve the same orientation toggling than by using Ctrl+F11 and Ctrl+F12. – Phantômaxx Jan 12 '14 at 13:08

1 Answers1

-1

Hit Left Ctrl + F12 , or Home, or PageUp, (not NUMPAD 7 or NUMPAD 9 like the website says) to rotate emulator.

vinay Maneti
  • 1,447
  • 1
  • 23
  • 31