Android.Views.LayoutInflater.CloneInContext Method
Create a copy of the existing LayoutInflater object, with the copy pointing to a different Context than the original.

Syntax

[Android.Runtime.Register("cloneInContext", "(Landroid/content/Context;)Landroid/view/LayoutInflater;", "GetCloneInContext_Landroid_content_Context_Handler")]
public abstract LayoutInflater CloneInContext (Android.Content.Context newContext)

Parameters

newContext
The new Context to associate with the new LayoutInflater. May be the same as the original Context if desired.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a copy of the existing LayoutInflater object, with the copy pointing to a different Context than the original. This is used by Android.Views.ContextThemeWrapper to create a new LayoutInflater to go along with the new Context theme.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1