Android XML layout preview landscape in Eclipse

Eclipse (the ADT plugin) has a clear function for previewing the xml layout in graphical form. I set android:screenOrientation="landscape" for my Activity , and I thought it would be shown this way. But the preview seems blocked only in portrait orientation. Is there any way to change it?

+4
source share
2 answers

At the top of the screen there is a panel that allows you to customize the preview. Device, orientation, etc.

enter image description here

+9
source

in the menu above you can flip the orientation, there is a landscape mode

+3
source

All Articles