Android.Resource.Attribute.Layout Field
Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so.

Value: 16842994

Syntax

[Android.Runtime.Register("layout")]
public const int Layout

Remarks

Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. The layout resource must be a valid reference to a layout.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

[Android Documentation]

Requirements

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