AndroidFlowLayout
AndroidFlowLayout copied to clipboard
A flow layout for Android
Results
3
AndroidFlowLayout issues
Sort by
recently updated
recently updated
newest added
具体原因,我找找看。 补充下,是在 ScrollView 中使用的。
There is a mistake in your code: ``` if (childLeft + childWidth + paddingRight > myWidth) { childLeft = paddingLeft; childTop += mVerticalSpacing + lineHeight; lineHeight = childHeight; ``` Please...
invalid