Explicit support large and xlarge screens

as explained in
http://developer.android.com/guide/topics/manifest/supports-screens-element.html#large
pull/14/head
Arne Jans 14 years ago
parent 63cc38df24
commit f2bced613c

@ -64,11 +64,11 @@
<uses-sdk android:targetSdkVersion="10" <uses-sdk android:targetSdkVersion="10"
android:minSdkVersion="7" /> android:minSdkVersion="7" />
<supports-screens /> <supports-screens android:xlargeScreens="true" android:largeScreens="true"/>
<application android:icon="@drawable/icon" android:label="@string/app_name" <application android:icon="@drawable/icon" android:label="@string/app_name"
android:theme="@style/Theme" android:theme="@style/Theme"
android:name="greendroid.app.GDApplication"> android:name="greendroid.app.GDApplication" android:hardwareAccelerated="true" android:manageSpaceActivity="com.todoroo.astrid.core.OldTaskPreferences">
<!-- ====================================================== Activities = --> <!-- ====================================================== Activities = -->

Loading…
Cancel
Save