diff options
Diffstat (limited to 'Penguloon/Activity.cs')
| -rw-r--r-- | Penguloon/Activity.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Activity.cs b/Penguloon/Activity.cs index 1a01358..d5c5562 100644 --- a/Penguloon/Activity.cs +++ b/Penguloon/Activity.cs @@ -11,7 +11,7 @@ namespace Penguloon , Theme = "@style/Theme.Splash" , AlwaysRetainTaskState = true , LaunchMode = Android.Content.PM.LaunchMode.SingleInstance - , ScreenOrientation = ScreenOrientation.Landscape + , ScreenOrientation = ScreenOrientation.UserLandscape , ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden | ConfigChanges.ScreenSize)] public class Activity : Microsoft.Xna.Framework.AndroidGameActivity { |
