[android-developers] android.view vs android.widget
Hi,
In android.view.LayoutInflater, non-fully qualified classes are
expanded to "android.view.ClassName" -- why not
"android.widget.ClassName" for classes that are in the widget package?
(Some context, if helpful: I'm working on a research project that
involves making some changes to the UI toolkit, and now I'm getting
errors like "java.lang.ClassNotFoundException:
android.view.LinearLayout" for a number of widget class while booting.
If I change LayoutInflator to expand names to android.widget.ClassName
it works, but that seems like a change I shouldn't be making, so I've
clearly broken something else I don't know about.)
Thanks!
Franzi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home