Android.Views.LayoutInflater: Method Members

The methods of Android.Views.LayoutInflater are listed below. For a list of all members, see the LayoutInflater Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
CloneInContext(Android.Content.Context) : LayoutInflater
Create a copy of the existing LayoutInflater object, with the copy pointing to a different Context than the original.
CreateView(string, string, Android.Util.IAttributeSet) : View
Low-level function for instantiating a view by name.
static
From(Android.Content.Context) : LayoutInflater
Obtains the LayoutInflater from the given context.
static
FromContext(Android.Content.Context) : LayoutInflater
Documentation for this section has not yet been entered.
Inflate(int, ViewGroup) : View
Inflate a new view hierarchy from the specified xml resource.
Inflate(System.Xml.XmlReader, ViewGroup) : View
Inflate a new view hierarchy from the specified xml node.
Inflate(int, ViewGroup, bool) : View
Inflate a new view hierarchy from the specified xml resource.
Inflate(System.Xml.XmlReader, ViewGroup, bool) : View
Inflate a new view hierarchy from the specified XML node.

Protected Methods

OnCreateView(string, Android.Util.IAttributeSet) : View
This routine is responsible for creating the correct subclass of View given the xml element name.
OnCreateView(View, string, Android.Util.IAttributeSet) : View
Version of LayoutInflater.OnCreateView(string, Android.Util.IAttributeSet) that also takes the future parent of the view being constructed.