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