> I chose the "do it yourself" approach and parse the layout.xml by > myself. The simple part (reading the element names and building the > widget tree) works quite well. Then I wrote an own implementation of > android.util.AttributeSet which wraps a org.w3c.dom.NamedNodeMap. When > I try to instantiate a View class with my own AttributeSet > implementation I get hit by a ClassCastException. After a short > investigation I found the following code. > > When can I expect this to be fixed?
Sometime after it is listed as an issue on http://b.android.com, and then sometime after somebody with the itch elects to scratch it and submit a patch to http://source.android.com. That could be somebody on the core Android team, but it does not have to be. Considering how many outstanding feature requests there are, you will probably get a faster response if you can submit a patch yourself or directly engage with somebody who can submit a patch for you. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

