Package com.pointrlabs.core.util.flexbox
See: Description
-
Annotation Summary Annotation Description JustifyContent This attribute controls the alignment along the main axis. FlexWrap This attribute controls whether the flex container is single-line or multi-line, and the direction of the cross axis. AlignItems This attribute controls the alignment along the cross axis. FlexDirection The direction children items are placed inside the flex container, it determines the direction of the main axis (and the cross axis, perpendicular to the main axis). AlignSelf This attribute controls the alignment along the cross axis. AlignContent This attribute controls the alignment of the flex lines in the flex container. -
Class Summary Class Description LayoutParams LayoutParams used by the FlexboxLayoutManager, which stores per-child information required for the Flexbox. FlexboxLayoutManager FlexLine