2

I have big doubt in android , How to change into the landscape mode. I am using Ctrl + F11 or Ctrl + F12. The orientation of screen is only changing not the content of the screen. So what to do.....

Blo
  • 11,903
  • 5
  • 45
  • 99

2 Answers2

1

Press 9 in your numpad. Might work. Or you can change the orientation in the app. Add this to your manifest:

android:orientation = "landscape"
duggu
  • 37,851
  • 12
  • 116
  • 113
0

Make sure screen rotation is turned on in settings and the application in the view is rotate-able

check here

delete the device and create it again, it may help

Community
  • 1
  • 1
Shereef Marzouk
  • 3,282
  • 7
  • 41
  • 64