- parser
- XML dom node containing the description of the view hierarchy.
- root
- Optional view to be the parent of the generated hierarchy.
Documentation for this section has not yet been entered.
Inflate a new view hierarchy from the specified xml node. Throws Android.Views.InflateException if there is an error. *
Important For performance reasons, view inflation relies heavily on pre-processing of XML files that is done at build time. Therefore, it is not currently possible to use LayoutInflater with an XmlPullParser over a plain XML file at runtime.