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?
source share