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 have tried this and it doesn't seem to be working (but I may have
something wrong).  Is it supposed to work, or do all the resources
need to be in the root drawable folder?

Also, are jpeg files supported and drawable resources?

Thanks

-- 
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

Reply via email to