Fix screen orientation

This commit is contained in:
mittorn
2016-05-08 07:59:53 +00:00
parent 0211b8720f
commit e365040659
3 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -74,7 +74,8 @@
</intent-filter>
</activity>-->
<activity android:name="in.celest.xash3d.XashActivity"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|screenSize"
android:label="@string/app_name">
<intent-filter>
<action android:name="in.celest.xash3d.START" />