Because this is a new configuration param that it doesn't know about, so doesn't see, and wouldn't want to see, because it wouldn't know what to do with it.
On Thu, Jan 28, 2010 at 12:29 PM, westmeadboy <[email protected]>wrote: > Thanks Lance. > > But why doesn't 1.5 just ignore drawable-ldpi altogether? > > On Jan 28, 9:21 pm, Lance Nanek <[email protected]> wrote: > > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

