提交 7bf1ce78 编写于 作者: J Jeff Lockhart 提交者: Takeshi Hagikura

Add JustifyContent.SPACE_EVENLY to IntDef (#487)

上级 ebb800c8
......@@ -23,7 +23,7 @@ import androidx.annotation.IntDef;
/** 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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册