Android.Views.LayoutInflater Members

The members of Android.Views.LayoutInflater are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Create a new LayoutInflater instance associated with a particular Context.
Create a new LayoutInflater instance that is a copy of an existing LayoutInflater, optionally with its Context changed.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.