On Oct 4, 2011, at 12:12 PM, Luke Stevens wrote: > Wow, I didn't even think about adding it there. Thanks a ton for the help. > > While this did exactly what I wanted it to, is there a way that I can set > the orientation to the Android equivelant of "sensorLandscape"? (Basically > so it's always in landscape, but if the user rotates their phone 180 degrees > it will rebuild to match that opposite landscape"
Ah, that was an API level 9 addition that we haven't caught up with. :-/ If you want that value now, you'll need to provide your own <activity/> XML. Otherwise, you'll need to wait for us to update the SensorOrientation enumeration. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
