[android-developers] Organizing the res/drawable folder

2010-08-10 Thread Neilz
Hi all. My app has loads of images in the drawable folder, and I want
to organize them into sub folders to make them more manageable.

When I create a new folder, and move the images, they are no longer
found (and not compiled into the R.java file).

Can this be done, or do all my hundreds of images have to sit directly
in the drawable folder?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Organizing the res/drawable folder

2010-08-10 Thread Martins Streņģis
you can add prefixes to your images like
ico_
bicon_
profile_activity_

and so on

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Organizing the res/drawable folder

2010-08-10 Thread { Devdroid }
On 10 August 2010 10:59, Neilz neilhorn...@gmail.com wrote:
 Hi all. My app has loads of images in the drawable folder, and I want
 to organize them into sub folders to make them more manageable.

You can't. As other suggest, prefix your images if that would help (it should)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en