diff --git a/Activity1.cs b/Activity1.cs index d50dca8..6646e5a 100644 --- a/Activity1.cs +++ b/Activity1.cs @@ -12,7 +12,7 @@ namespace WindowsPhoneSpeedyBlupi Icon = "@drawable/icon", AlwaysRetainTaskState = true, LaunchMode = LaunchMode.SingleInstance, - ScreenOrientation = ScreenOrientation.FullUser, + ScreenOrientation = ScreenOrientation.ReverseLandscape, ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden | ConfigChanges.ScreenSize )] public class Activity1 : AndroidGameActivity