-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.SOURCE) public @interface 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).
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
ROW
public final static int
ROW_REVERSE
public final static int
COLUMN
public final static int
COLUMN_REVERSE
-