Table of Contents

Class XuiRoot

Namespace
Xui.Runtime.Android.Actual
Assembly
Xui.Runtime.Android.dll
public class XuiRoot : ViewGroup, Drawable.ICallback, IAccessibilityEventSource, KeyEvent.ICallback, IViewManager, IViewParent, IJavaObject, IJavaPeerable, IDisposable
Inheritance
XuiRoot
Implements
Inherited Members

Constructors

XuiRoot(XuiActivity)

public XuiRoot(XuiActivity xuiActivity)

Parameters

xuiActivity XuiActivity

Fields

xuiActivity

protected readonly XuiActivity xuiActivity

Field Value

XuiActivity

Methods

OnLayout(bool, int, int, int, int)

Called from layout when this view should assign a size and position to each of its children.

protected override void OnLayout(bool changed, int l, int t, int r, int b)

Parameters

changed bool

This is a new size or position for this view

l int

Left position, relative to parent

t int

Top position, relative to parent

r int

Right position, relative to parent

b int

Bottom position, relative to parent

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.