updated manifest to lock the sweet dreams activity in portrait because the layout will not work in landscape
This commit is contained in:
2011-02-17 15:38:59 +00:00
parent ff090f34ed
commit e9b549444a
5 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="/SweetDreamsLib/libs/admob-sdk-android.jar"/>
<classpathentry kind="src" path="SweetDreamsLib_src"/>
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
<classpathentry kind="src" path="SweetDreamsLib_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@@ -6,7 +6,7 @@
<uses-sdk android:minSdkVersion="3" />
<application android:label="@string/app_name_lite" android:icon="@drawable/playdisabled">
<activity android:name=".SweetDreams" android:label="@string/app_name_lite">
<activity android:name=".SweetDreams" android:label="@string/app_name_lite" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />

Binary file not shown.

Binary file not shown.

Binary file not shown.