Android.Widget.AbsoluteLayout Class
A layout that lets you specify exact locations (x/y coordinates) of its children.

See Also: AbsoluteLayout Members

Syntax

[Android.Runtime.Register("android/widget/AbsoluteLayout", DoNotGenerateAcw=true)]
[System.Obsolete("This class is obsoleted in this android platform")]
public class AbsoluteLayout : Android.Views.ViewGroup

Remarks

A layout that lets you specify exact locations (x/y coordinates) of its children. Absolute layouts are less flexible and harder to maintain than other types of layouts without absolute positioning.

XML attributes

See NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#ViewGroup, NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#View

[Android Documentation]

Requirements

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