Mark, thanks for your answer. You are absolutely right. This is an open source project. Yesterday I was just a bit annoyed to see that it won't work as easy as I hoped. I'll file an issue.
On Mar 26, 4:08 pm, "Mark Murphy" <[email protected]> wrote: > > 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 onhttp://b.android.com, and then > sometime after somebody with the itch elects to scratch it and submit a > patch tohttp://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 -~----------~----~----~----~------~----~------~--~---

