[android-developers] Re: how to find my custom xml file in res/xml

2010-09-02 Thread Bret Foreman
XmlResourceParser parser = context.getResources().getXml(R.xml.filename); -- 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] Re: how to find my custom xml file in res/xml

2010-09-02 Thread radiodee1
thanks alot. that's great. On Sep 2, 10:52 am, Bret Foreman bret.fore...@gmail.com wrote: XmlResourceParser parser = context.getResources().getXml(R.xml.filename); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,