Thanks for the reply,sorry for the delayed response....
that will only work if i want to create a view. but what if the view is the
same and i want to attached a dynamically created object from the layout,
for example a new keyboard inside a view. you switch the keyboard using the
new layout but the view is the same.
this is why i need to get the resId and parse the xml and not use inflate

On Sat, Oct 17, 2009 at 2:44 AM, Mark Murphy <mmur...@commonsware.com>wrote:

>
> Spektor Yaron wrote:
> > Thanks again,
> > so i went ahead and implemented that and then found out that this:
> >  public XmlResourceParser getXml(int id) throws NotFoundException {
> >         return loadXmlResourceParser(id, "xml");
> >  }
> >
> > does not find the resource id if the layout is in layout-land (it does
> > find it if it is in layout though)
> > any way to work around this?
>
> If you want to use a layout file, call setContentView() on your
> activity, or call getLayoutInflater().inflate().
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://twitter.com/commonsguy
>
> _Android Programming Tutorials_ Version 1.0 In Print!
>
> >
>


-- 
Yaron Spektor

--~--~---------~--~----~------------~-------~--~----~
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