Re: [android-developers] Where are ldpi version of built-in icons

2010-11-19 Thread Dianne Hackborn
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

Re: [android-developers] Where are ldpi version of built-in icons

2010-11-19 Thread Kumar Bibek
Yup, just create a folder yourself and dump your images into that. On 20-Nov-2010 7:35 AM, "jotobjects" 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 woul

[android-developers] Where are ldpi version of built-in icons

2010-11-19 Thread jotobjects
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