Expand description
LinearLayout can help you to orginize set of widgets into Horizontal or Vertical line. Please check LinearLayout documentation for more info.
Modules§
- prelude
- Contains LinearLayout, u_linear_layout!, ItemsAlignment and Orientation, AlignmentHorizontal, AlignmentVertical.
Macros§
- u_
linear_ layout - Simplifies LinearLayout creation
Structs§
- Linear
Layout - LinearLayout places widgets one after another verically or horizontally.
Enums§
- Items
Alignment - Possible alignment of the items in LinearLayout.