[−][src]Module embedded_layout::layout
Layout module
This module implements layouts that can be used to work with multiple View
s 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 View
s together.
Modules
linear | Linear layout |
Structs
ChainTerminator | The last chain element that marks the end of a |
ViewGroup | Group multiple |
ViewLink | Chain element that can store a |
Traits
ViewChainElement | Implementation detail necessary to store multiple different types of |