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
abstract | CloneInContext(Android.Content.Context)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)Low-level function for instantiating a view by name. | ||
static | From(Android.Content.Context)Obtains the LayoutInflater from the given context. | |
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
Inflate(int, ViewGroup)Inflate a new view hierarchy from the specified xml resource. | ||
Inflate(System.Xml.XmlReader, ViewGroup)Inflate a new view hierarchy from the specified xml node. | ||
Inflate(int, ViewGroup, bool)Inflate a new view hierarchy from the specified xml resource. | ||
Inflate(System.Xml.XmlReader, ViewGroup, bool)Inflate a new view hierarchy from the specified XML node. |
OnCreateView(string, Android.Util.IAttributeSet)This routine is responsible for creating the correct subclass of View given the xml element name. | ||
OnCreateView(View, string, Android.Util.IAttributeSet)Version of LayoutInflater.OnCreateView(string, Android.Util.IAttributeSet) that also takes the future parent of the view being constructed. |