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...

-- 
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