Enabled auto-scaling of bitmaps

This commit is contained in:
daniel oeh
2012-08-06 12:53:52 +02:00
parent 0b62b06cdf
commit 8bde0e0fe2
3 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="false"
android:xlargeScreens="true" />
android:xlargeScreens="true" android:anyDensity="true"/>
<application
android:name="de.danoeh.antennapod.PodcastApp"