Skip to content

Commit

Permalink
Add JustifyContent.SPACE_EVENLY to IntDef (google#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 authored and thagikura committed Mar 31, 2019
1 parent ebb800c commit 7bf1ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/** This attribute controls the alignment along the main axis. */
@IntDef({JustifyContent.FLEX_START, JustifyContent.FLEX_END, JustifyContent.CENTER,
JustifyContent.SPACE_BETWEEN, JustifyContent.SPACE_AROUND})
JustifyContent.SPACE_BETWEEN, JustifyContent.SPACE_AROUND, JustifyContent.SPACE_EVENLY})
@Retention(RetentionPolicy.SOURCE)
public @interface JustifyContent {

Expand Down

0 comments on commit 7bf1ce7

Please sign in to comment.