[android-developers] Re: Resource folders and scaling

2010-07-12 Thread Al Sutton
Thanks for the pointer. The problem then becomes one of duplication. I have to support Android 1.5 as well as 1.6+, so is there a way of avoiding having copies in drawables and drawables-nodpi? Al. On Jul 12, 5:29 pm, Dianne Hackborn hack...@android.com wrote: For compatibility reasons,

Re: [android-developers] Re: Resource folders and scaling

2010-07-12 Thread Dianne Hackborn
Not that I can think of off-hand, barring manually loading the bitmaps yourself through the lower-level APIs. On Mon, Jul 12, 2010 at 9:40 AM, Al Sutton a...@funkyandroid.com wrote: Thanks for the pointer. The problem then becomes one of duplication. I have to support Android 1.5 as well as