build setting (Landscape)

hi,

i build my app for android and my application is only in landscape. but when i install my app in my device is not working properly. i mean that my app showing both landscape and portrait.

IN LANDSCAPE: its working properly and i m satisfied…

IN PORTRAIT: its not looking good…

  1. menu and other screen background was half.
  2. some buttons are missing.

i want my app is in landscape only…

please suggest me what can i do…
viraj [import]uid: 72256 topic_id: 14611 reply_id: 314611[/import]

Hi,

your build.settings should have this in :

 orientation =   
 {  
 default = "landscapeRight",  
 supported = {"landscapeLeft","landscapeRight"},  
 },  

Best,
Phil [import]uid: 51301 topic_id: 14611 reply_id: 54031[/import]