The current base platform doesn't include ldpi images, so you'd need to make them yourself. If you are targeting >= 1.6, you don't need any drawables in the base "drawable" folder, just for whatever density you want and the system will pick and scale the drawable that best matches.
On Fri, Nov 19, 2010 at 6:05 PM, jotobjects <[email protected]> wrote: > I'm copying some system Icons into my app - for instance > ic_menu_add.png. There is one in drawable-mdpi and one in drawable- > hdpi, but not in drawable or drawable-ldpi. > > What icon would be used on a ldpi device? My understanding is that > you need a default version in drawable or one in each of the density > sub-directories. Is that how it works? > > -- > 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

