[][src]Module embedded_layout::layout

Layout module

This module implements layouts that can be used to work with multiple Views easily. Layouts are either View objects, or can be used to return View objects.

The base of all layouts is the ViewGroup which binds multiple Views together.

Modules

linear

Linear layout

Structs

ChainTerminator

The last chain element that marks the end of a ViewGroup

ViewGroup

Group multiple Views together

ViewLink

Chain element that can store a View in a ViewGroup

Traits

ViewChainElement

Implementation detail necessary to store multiple different types of Views in a ViewGroup