- changed
- This is a new size or position for this view
- l
- Left position, relative to parent
- t
- Top position, relative to parent
- r
- Right position, relative to parent
- b
- Bottom position, relative to parent
Called from layout when this view should assign a size and position to each of its children. Derived classes with children should override this method and call layout on each of their children.