[]
Override the android view OnLayout methed to override the layout logic.
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Type | Name | Description |
---|---|---|
bool | changed | Is layout changed |
int | left | Left position |
int | top | Top position |
int | right | Right position |
int | bottom | Bottom position |