Fixed crash introduced by my prev commit

This commit is contained in:
pelya
2010-06-10 18:56:52 +03:00
parent a2a899eecf
commit 80a6d34cd3
3 changed files with 10 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<application android:label="@string/app_name">
<activity android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:screenOrientation="landscape"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />