[android-developers] android.view vs android.widget

2012-01-16 Thread Franzi Roesner
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 toolk

Re: [android-developers] android.view vs android.widget

2012-01-16 Thread Mark Murphy
On Fri, Jan 13, 2012 at 4:24 AM, Franzi Roesner wrote: > 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? It does. You can tell this by inflating a layout that