[android-developers] Subdirectories under Drawable

2010-04-23 Thread Pinheiro
Hi! I need to use a large number of small images in a project and tried to create directories under Drawable to put them but don't know how to open them. For instance, this doesn't work: aux=smallimage; int resID = getResources().getIdentifier(com.my.package:drawable/ icons/+aux,null,null); //

Re: [android-developers] Subdirectories under Drawable

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 12:41 PM, Pinheiro rui.c.pinhe...@gmail.com wrote: Is this a limitation of the SDK (using a target of 1.5) or am I doing something wrong? This is a limitation, AFAIK. Try coming up with a naming convention that mimics the folder structure you would have used. So