description added
This commit is contained in:
parent
8027fb1f34
commit
ca4de9fc8a
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ public class FlowLayout extends ViewGroup {
|
|||
/**
|
||||
* @param horizontal_spacing Pixels between items, horizontally
|
||||
* @param vertical_spacing Pixels between items, vertically
|
||||
* @param isHorizontalAutoSpacing Pixels between items to fit screen width. When is enabled horizontal_spacing does not take into account.
|
||||
*/
|
||||
public LayoutParams(int horizontal_spacing, int vertical_spacing, boolean isHorizontalAutoSpacing) {
|
||||
super(0, 0);
|
||||
|
|
Loading…
Reference in a new issue