Package com.pointrlabs.core.util.flexbox
Annotation AlignSelf
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.SOURCE) public @interface AlignSelf
This attribute controls the alignment along the cross axis. The alignment in the same direction can be determined by the AlignItems attribute in the parent, but if this is set to other than AUTO, the cross axis alignment is overridden for this child.