Skip to content

Commit 7bf1ce7

Browse files
jeffdgr8thagikura
authored andcommitted
Add JustifyContent.SPACE_EVENLY to IntDef (google#487)
1 parent ebb800c commit 7bf1ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexbox/src/main/java/com/google/android/flexbox/JustifyContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/** This attribute controls the alignment along the main axis. */
2525
@IntDef({JustifyContent.FLEX_START, JustifyContent.FLEX_END, JustifyContent.CENTER,
26-
JustifyContent.SPACE_BETWEEN, JustifyContent.SPACE_AROUND})
26+
JustifyContent.SPACE_BETWEEN, JustifyContent.SPACE_AROUND, JustifyContent.SPACE_EVENLY})
2727
@Retention(RetentionPolicy.SOURCE)
2828
public @interface JustifyContent {
2929

0 commit comments

Comments
 (0)