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

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@ local.properties
.classpath
.project
project.properties
libs/
# Proguard folder generated by Eclipse
proguard/

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