[android-developers] How to share resource folder independently in project ?
I have one proper library project, it contais all resources and class files, this project contais all theme related images, I am sharing my library project for creating new Projects, all works fine.
But when I want to change app theme related images, I need to update my library project images, but my library project already shared with some other projects so I dont want to touch it.
There is one more way that I can add all new set of image in my New project but its increasing my project size and unnecessary I am shipping two sets on images.
Is there any way to share resource folder independently with project? so depends on requirement I can share my resource folder with respected project.
So it will be like this
Library Project
|
|__ class files
|
|__ resource folder(contais all drawables and layouts)
Can I choose specific resource folder at compile time ?
--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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home