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:
pandamicro 2015-10-28 13:03:33 +08:00
commit 5a963c66cd
1 changed files with 1 additions and 1 deletions

View File

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