Skip to content

Commit 7b756f0

Browse files
authored
fix method comment. (#551)
1 parent 9d96243 commit 7b756f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ interface FlexItem extends Parcelable {
231231
* If this value is set, the length specified from layout_width
232232
* (or layout_height) is overridden by the calculated value from this attribute.
233233
* This attribute is only effective when the parent's MeasureSpec mode is
234-
* MeasureSpec.EXACTLY. The de
234+
* MeasureSpec.EXACTLY. The default value is -1, which means not set.
235235
*/
236236
float getFlexBasisPercent();
237237

0 commit comments

Comments
 (0)