The orientation mode is now always reverse landscape
This commit is contained in:
parent
06eef445c3
commit
e640eaee2f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user