On Wed, Aug 10, 2011 at 5:49 PM, Wolf <rjgoeh...@sbcglobal.net> wrote:
> My application works fine using API 7 and API 8 for changing device
> orientation and reverting back with the screen and all state
> variables. However,starting with API 9 and moving forward the screen
> switches from portrait/vertical to landscape/horizontal fine with all
> variables intact but on reverting back into the vertical/portrait mode
> the screen does not readjust its orientation. It has all components
> running vertically instead of horizontally in the portrait screen
> (literally top to bottom rather than left to right).  The application
> has android:orientation ="vertical",  android:screenOrientation
> ="portrait" specified in the XML layout file. Any help or hints would
> be appreciated...

There is a bug in the API Level 9 and 10 emulators. You should not
experience this problem on other emulators or on API Level 9/10
hardware.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.6 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to