The orientation mode is now always reverse landscape

This commit is contained in:
Robert Vokac 2024-12-21 13:29:52 +01:00
parent 06eef445c3
commit e640eaee2f

View File

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