Answering my own question here: The manifest attribute: android:screenOrientation="nosensor" is ideal. What it does is fix the screen orientation to the preferred one. This is great because Honeycomb it chooses landscape and other phones - well whatever is the default orientation.
(I had a MOM error when orientation changed, that's why I needed it) :) On May 9, 2:26 pm, Droid <[email protected]> wrote: > I cannot seem to find a solution to fix everything in portrait except > xlarge (1275) which needs to be fixed in landscape. > I have 4 main layout xml files in four folders (small, normal, large, > xlarge). Each main layout shares an activity, so I have four > activities. This is difficult to explain let alone solve. > > Maybe easy but I cannot find a solution...... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

