public static class TableRow.LayoutParams extends LinearLayout.LayoutParams
| Modifier and Type | Field and Description |
|---|---|
int |
column |
int |
span |
gravity, weightbottomMargin, leftMargin, rightMargin, topMarginFILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT| Constructor and Description |
|---|
TableRow.LayoutParams() |
TableRow.LayoutParams(Context c,
AttributeSet attrs) |
TableRow.LayoutParams(int column) |
TableRow.LayoutParams(int w,
int h) |
TableRow.LayoutParams(int w,
int h,
float initWeight) |
TableRow.LayoutParams(ViewGroup.LayoutParams p) |
TableRow.LayoutParams(ViewGroup.MarginLayoutParams source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr) |
debugsetMarginspublic TableRow.LayoutParams(Context c, AttributeSet attrs)
public TableRow.LayoutParams(int w,
int h)
public TableRow.LayoutParams(int w,
int h,
float initWeight)
public TableRow.LayoutParams()
public TableRow.LayoutParams(int column)
public TableRow.LayoutParams(ViewGroup.LayoutParams p)
public TableRow.LayoutParams(ViewGroup.MarginLayoutParams source)
protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
setBaseAttributes in class ViewGroup.LayoutParamsCopyright © 2008-2013. All Rights Reserved.