Ok, I see it better now with HierarchyViewer.

It looks like myActivity.setContentView(myLinear) loads into id/
content (FrameLayout), as opposed to
myButton.getRootView which is giving me the view.Window.



On Dec 12, 9:18 am, Mark Murphy <mmur...@commonsware.com> wrote:
> On Sun, Dec 11, 2011 at 9:32 PM, meshgraphics <meshgraph...@gmail.com> wrote:
> > LinearLayout creates automatic FrameLayout
>
> No, it does not. If I had to guess, the FrameLayout you are thinking
> of is the Activity-supplied container for your content view.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.2
> Available!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to