Hi,
I have a drawable-list with some shapes (rectangles and polygons), defined in XML file. It is referenced from layout xml file as <drawable id="something" />.
The shape is quite complicated and I like the fact it is defined in XML file. But I need to change it's color in runtime before rendering. Do you guys have figured out how to do it?
I can get the drawable object by findDrawableById() or by new Rez.Drawables.Something(), but it seems to me there is no interface to change the color... Is there any other way to do it?
Thanks,
David