place all children into same place (usually, only one child should be visible at a time)
Arranges children horizontally
helper class for layouts
Arranges items either vertically or horizontally
Resizer control. Put it between other items in LinearLayout to allow resizing its siblings. While dragging, it will resize previous and next children in layout.
layout children as table with rows and columns
Arranges children vertically
helper for layouts
This module contains common layouts implementations.
Layouts are similar to the same in Android.
LinearLayout - either VerticalLayout or HorizontalLayout. VerticalLayout - just LinearLayout with orientation=Orientation.Vertical HorizontalLayout - just LinearLayout with orientation=Orientation.Horizontal FrameLayout - children occupy the same place, usually one one is visible at a time TableLayout - children aligned into rows and columns ResizerWidget - widget to resize sibling widgets
Synopsis: