[android-developers] Re: Instantiating a layout from an xml file and/or resource id

2009-01-28 Thread steele johnson
Thank you, I'll give it a try. On Jan 28, 9:05 pm, Mark Murphy wrote: > steele johnson wrote: > > Hello, > > I'm interested in instantiating a LinearLayout object from an xml file > > that has a LinearLayout file configuration. I want to do this within a > > method of my Activity. > > > I tried

[android-developers] Re: Instantiating a layout from an xml file and/or resource id

2009-01-28 Thread Mark Murphy
steele johnson wrote: > Hello, > I'm interested in instantiating a LinearLayout object from an xml file > that has a LinearLayout file configuration. I want to do this within a > method of my Activity. > > I tried findViewById() but that returned null. I've made sure that the > LinearLayout id is