Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Landscape preview of android xml layout in Eclipse

In Eclipse (ADT plugin) there is a neat feature to preview xml layout in graphical form. I set android:screenOrientation="landscape" for my Activity and I thought it would be shown in this way. But the preview seems locked to portrait orientation only. Is there a way to change it?

like image 399
alex Avatar asked Dec 16 '22 20:12

alex


1 Answers

There is a bar along the top that lets you customise the preview. Device, orientation etc.

enter image description here

like image 64
IAmGroot Avatar answered Dec 31 '22 21:12

IAmGroot