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 9d96243 commit 7b756f0Copy full SHA for 7b756f0
flexbox/src/main/java/com/google/android/flexbox/FlexItem.java
@@ -231,7 +231,7 @@ interface FlexItem extends Parcelable {
231
* If this value is set, the length specified from layout_width
232
* (or layout_height) is overridden by the calculated value from this attribute.
233
* This attribute is only effective when the parent's MeasureSpec mode is
234
- * MeasureSpec.EXACTLY. The de
+ * MeasureSpec.EXACTLY. The default value is -1, which means not set.
235
*/
236
float getFlexBasisPercent();
237
0 commit comments