We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf320b4 commit f781a35Copy full SHA for f781a35
flexbox/src/main/java/com/google/android/flexbox/FlexboxLayout.java
@@ -116,7 +116,7 @@ public class FlexboxLayout extends ViewGroup implements FlexContainer {
116
private int mAlignContent;
117
118
/**
119
- * The current value of the {@link }
+ * The current value of the maxLine attribute, which specifies the maximum number of flex lines.
120
*/
121
private int mMaxLine = NOT_SET;
122
0 commit comments