[android-developers] Drawable resource images

2010-05-28 Thread John Gaby
Can I have sub-folders to hold my drawable resources. For example can I store an image in, say, 'res/drawable/content/images/myimage.jpg' and then find that resource via a call to: id = context.getResources().getIdentifier(com.mycompany.myprog:drawable/ content/images/myimage, null, null); I

Re: [android-developers] Drawable resource images

2010-05-28 Thread Mark Murphy
John Gaby wrote: Can I have sub-folders to hold my drawable resources. For example can I store an image in, say, 'res/drawable/content/images/myimage.jpg' and then find that resource via a call to: id = context.getResources().getIdentifier(com.mycompany.myprog:drawable/