Android.Transitions.Scene.GetSceneForLayout Method
Returns a Scene described by the resource file associated with the given layoutId parameter.

Syntax

[Android.Runtime.Register("getSceneForLayout", "(Landroid/view/ViewGroup;ILandroid/content/Context;)Landroid/transition/Scene;", "")]
public static Scene GetSceneForLayout (Android.Views.ViewGroup sceneRoot, int layoutId, Android.Content.Context context)

Parameters

sceneRoot
The root of the hierarchy in which scene changes and transitions will take place.
layoutId
The id of a standard layout resource file.
context
The context used in the process of inflating the layout resource.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Scene described by the resource file associated with the given layoutId parameter. If such a Scene has already been created for the given sceneRoot, that same Scene will be returned. This caching of layoutId-based scenes enables sharing of common scenes between those created in code and those referenced by Android.Transitions.TransitionManager XML resource files.

[Android Documentation]

Requirements

Namespace: Android.Transitions
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0