Viewing The Graphical Layout Landscape Android
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 o
Solution 1:
Follow below screenshot
Solution 2:
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
Post a Comment for "Viewing The Graphical Layout Landscape Android"