Monday, August 30, 2010

Force Landscape Mode/Orientation Android Development

The best way to do this is in your AndroidManifest.xml file. Just right click and open with the text editor in eclipse. Then add:

android:screenOrientation="landscape"

to your the activity that you want to be in landscape mode. Here's what my androidManifest.xml file looks like, sorry for the poor formatting options on Blogger:

No comments:

Post a Comment