The new density specifiers are for Android 1.6 up. You need to hide
them from Android 1.5 by using version specifiers. Example: "drawable-
ldpi-v4".

On Jan 28, 2:06 pm, westmeadboy <[email protected]> wrote:
> Here is a summary of my manifest:
>
>     <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" /
>
>     <supports-screens android:smallScreens="true"
> android:normalScreens="true" android:largeScreens="true"
> android:anyDensity="true"/>
>
> I was trying to implement the launcher icon by having a 72pixel icon
> in drawable-hdpi, 48 pixel in drawable-mdpi, 36 pixel in drawable-
> ldpi.
>
> But then I noticed the launcher icon was all fuzzy on the Hero.
> Suspecting the ldpi icon had been scaled up, I deleted the drawable-
> ldpi folder and placed a 48 pixel icon in drawable. The problem was
> then fixed.
>
> I read somewhere else that the Hero uses hdpi, so what's going on!!!?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to