Skip to content

Layout widgets

Flexible mobile layouts to organise the visual elements

Vertical Layout
A vertical layout arranges its child widgets vertically. The inner widgets could be positioned to the top, middle or bottom of the container.

Horizontal Layout
A horizontal layout arranges its containing elements horizontally side by side from left to right. You could also centralise the elements or add space between or around them.

Relative Layout
By using relative layout, your child widget will be positioned relative its parent. On can specify the top, left, right or bottom offset.

Grid Layout
Any child widget in grid layout will be intelligently positioned by order in rows and columns.