Is there a way to extend a drawable (just like how shapes work, create your own tag) and allow it to be inflated from XML? Or is drawable only for the allowed 9 types?
Thx Romain, any information on why is it not supported?
Azlam
2010-08-23 16:59:54
They are often loaded into other processes where custom classes can not be loaded. It is very useful to be have a guarantee that any particular drawable can be loaded and displayed by any app.
hackbod
2010-08-23 17:16:44