1

I have been trying to develop an application in a landscape mode so I placed "android: screenOrientation="landscape" in my Manifest. It worked well, however, the graphical layout of my xml files are still not in landscape mode so I cannot design my UI well. Any help? Thanks

Bennett Young
  • 161
  • 2
  • 7
  • 15

2 Answers2

5

Follow below screenshot

enter image description here

ingsaurabh
  • 15,249
  • 7
  • 52
  • 81
0

you should design separate UI for landscape mode and put in layout-land folder. check this link

go to res folder in your project, and create a new folder in it name it as layout-land

Yashwanth Kumar
  • 28,931
  • 15
  • 65
  • 69