mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-24 06:23:24 +00:00
Android rotates to the sensor landscape
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<activity
|
||||
android:name=".Apple2Activity"
|
||||
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation"
|
||||
android:screenOrientation="landscape"
|
||||
android:screenOrientation="sensorLandscape"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:windowSoftInputMode="adjustResize" >
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user