Enabled support for small screens

This commit is contained in:
daniel oeh 2012-09-19 12:02:28 +02:00
parent 49956bfe93
commit 6c9c4d5f7c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="false"
android:smallScreens="true"
android:xlargeScreens="true" android:anyDensity="true"/>
<application