- setChildSpacing(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
Sets the horizontal spacing between child views.
- setChildSpacingForLastRow(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
Sets the horizontal spacing between child views of the last row.
- setFlow(boolean) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
Sets whether to allow child views flow to next row when there is no enough space.
- setGravity(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
- setMaxRows(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
Sets the height of the FlowLayout to be at most maxRows tall.
- setMinChildSpacing(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
- setRowSpacing(float) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
Sets the vertical spacing between rows in pixels.
- setRtl(boolean) - 类 中的方法com.nex3z.flowlayout.FlowLayout
-
- SPACING_ALIGN - 类 中的静态变量com.nex3z.flowlayout.FlowLayout
-
Special value for the horizontal spacing of the child views in the last row
SPACING_ALIGN means that the horizontal spacing of the child views in the last row keeps
the same with the spacing used in the row above.
- SPACING_AUTO - 类 中的静态变量com.nex3z.flowlayout.FlowLayout
-
Special value for the child view spacing.