Reverted to vertical screen layout - horizontal layout still takes only half of screen for unknown reasons

This commit is contained in:
pelya
2010-06-10 18:59:08 +03:00
parent 80a6d34cd3
commit 0cc3384649
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
AppName="Alien Blaster"
AppFullName=de.schwardtnet.alienblaster
ScreenOrientation=h
ScreenOrientation=v
AppDataDownloadUrl="http://sites.google.com/site/xpelyax/Home/alienblaster110_data.zip?attredirects=0&d=1"
DownloadToSdcard=n
SdlVideoResize=y

View File

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