my initial commit of the new layouts for landscape. they need some tweaking
This commit is contained in:
2011-02-17 19:16:38 +00:00
parent e9b549444a
commit c499895095
4 changed files with 139 additions and 2 deletions

View File

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