[android-developers] Re: Multiple resources for application

2010-12-30 Thread Siu Man Yu
Thanks a lot for your advice. I try to looking more information on this direction first. Thank you so much. On 12月13日, 下午4時28分, Brill Pappin wrote: > If its just the aesthetic elements changing (text, images, etc) then > the obvious answer is to try and use a Theme. You should be able to > apply

[android-developers] Re: Multiple resources for application

2010-12-13 Thread Brill Pappin
If its just the aesthetic elements changing (text, images, etc) then the obvious answer is to try and use a Theme. You should be able to apply it to the entire project. Also, using libs is another way to handle this, however they don't seem to handle resources all that well (at least in Eclipse).