Changed orientation for testing.

This commit is contained in:
2014-01-13 14:34:26 -04:30
parent c900745618
commit 1ebb330c84
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:screenOrientation="portrait"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />