I have layout that is called Main.XML and I set the orientation to portrait in my AndroidManifest.xml. I designed this layout for Honeycomb too and
Main.XML
AndroidManifest.xml
In AndroidManifest insert the following code in whichever activity you want to run in landscape mode(In this case Main Activity)
android:screenOrientation="landscape"