Language

LayoutInflater.FromContext(Context) Method

Definition

Gets the layout inflater associated with the specified context.

public static Android.Views.LayoutInflater? FromContext(Android.Content.Context context);
static member FromContext : Android.Content.Context -> Android.Views.LayoutInflater

Parameters

context
Context

The Android.Content.Context value used for context.

Returns

The result of the from context operation.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to