public static class StaggeredGridView.LayoutParams extends ViewGroup.LayoutParams
Modifier and Type | Field and Description |
---|---|
int |
span
The number of columns this item should span
|
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
Constructor and Description |
---|
LayoutParams(Context c,
AttributeSet attrs) |
LayoutParams(int height) |
LayoutParams(ViewGroup.LayoutParams other) |
debug, encodeProperties, onDebugDraw, resolveLayoutDirection, setBaseAttributes, sizeToString
public LayoutParams(int height)
public LayoutParams(Context c, AttributeSet attrs)
public LayoutParams(ViewGroup.LayoutParams other)