[−][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.
Note: ViewGroup is implemented using object chaining so it's exact type depends on it's contents.
Modules
| linear | Linear layout |
Structs
| ViewGroup | Group multiple |
Traits
| ViewChainElement | Implementation detail necessary to store multiple different types of |