Hello,

My constraints are:
* portrait orientation for my activities
* min sdk =  API level 8.

So according to 
http://developer.android.com/guide/topics/manifest/activity-element.html
I use "portrait" for "android:screenOrientation" attribute. I also
added "orientation" to "android:configChanges" attribute. But when I
rotate my tablet to 180° my activity doesn't rotate and my top will
located to the bottom. I guess I should use something like "portrait |
reversePortrait" for "android:screenOrientation" attribute. But
"reversePortrait" is not available for API level 8.

Anybody know how to proceed?

Thanks

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