Fixed horizontal screen orientation + resizing

This commit is contained in:
pelya
2010-06-11 15:48:24 +03:00
parent 0cc3384649
commit 09afe74eed
4 changed files with 13 additions and 3 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" />