Hi, If you have language specific icon, lets say your application name Hello written in spanish, french, Deutsch then you will be placing the icon in drawable-es, drawable-de, drawable-fr. If you don't have language specific icon then place in drawable-ldpi (low resolution) drawable-mdpi - middle resolution drawable-hdpi - High resolution
If you don't have three different resolution icon and you are not worried about resolution place it in drawable folder :) I hope I have answered your queries. Cheers, Subha On Sun, Aug 21, 2011 at 10:03 PM, sblantipodi <[email protected]>wrote: > is there someone who can answer? > > On Aug 17, 9:44 pm, sblantipodi <[email protected]> wrote: > > Hi, my apps uses really few images since I like to draw things using > > canvas... > > > > At the mement I have only drawable, drawable-it, drawable-es, drawable- > > de, drawable-fr folders. > > > > How can I manage the dpi? > > I have 5 drawable folders, should I create 15 folders to manage ldpi, > > mdpi, hdpi? > > > > On Aug 16, 3:47 am, Matt Clark <[email protected]> wrote: > > > > > > > > > > > > > > > > > The phone will only load that icon on an HDPI device. In your Res: > folder > > > there are 3 folders. drawable-ldpi drawable-mdpi drawable-hdpi, each > with > > > their own icon.png file. This is where the icons will be taken from > > > depending on the screen resolution. > > -- > 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 -- 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

