mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14240 from neokim/android_test_app_landscape_reversible
Change the android test app to be landscape reversible.
This commit is contained in:
commit
5a963c66cd
|
@ -17,7 +17,7 @@
|
|||
|
||||
<activity android:name=".AppActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:screenOrientation="sensorLandscape"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:configChanges="orientation">
|
||||
|
||||
|
|
Loading…
Reference in New Issue