java.lang.Object | |||||
android.view.ViewGroup.LayoutParams | |||||
android.view.ViewGroup.MarginLayoutParams | |||||
android.widget.LinearLayout.LayoutParams | |||||
android.widget.TableLayout.LayoutParams |
This set of layout parameters enforces the width of each child to be FILL_PARENT and the height of each child to be WRAP_CONTENT, but only if the height is not specified.
TableLayout.LayoutParams(Context c, AttributeSet attrs) | ||||||
TableLayout.LayoutParams(int w, int h) | ||||||
TableLayout.LayoutParams(int w, int h, float initWeight) | ||||||
TableLayout.LayoutParams() | ||||||
Sets the child width to ViewGroup.LayoutParams and the child height to WRAP_CONTENT. |
||||||
TableLayout.LayoutParams(ViewGroup.LayoutParams p) | ||||||
TableLayout.LayoutParams(ViewGroup.MarginLayoutParams source) | ||||||
void | setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) | |||||
Fixes the row's width to FILL_PARENT; the row's height is fixed to WRAP_CONTENT if no layout height is specified. |
Sets the child width to ViewGroup.LayoutParams and the child height to WRAP_CONTENT.
Fixes the row's width to FILL_PARENT; the row's height is fixed to WRAP_CONTENT if no layout height is specified.
a | the styled attributes set |
---|---|
widthAttr | the width attribute to fetch |
heightAttr | the height attribute to fetch |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |