android.widget
Class LinearLayout.LayoutParams
java.lang.Object
android.view.ViewGroup.LayoutParams
android.view.ViewGroup.MarginLayoutParams
android.widget.LinearLayout.LayoutParams
- Direct Known Subclasses:
- RadioGroup.LayoutParams, TableLayout.LayoutParams, TableRow.LayoutParams
- Enclosing class:
- LinearLayout
public static class LinearLayout.LayoutParams
- extends ViewGroup.MarginLayoutParams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weight
public float weight
gravity
public int gravity
LinearLayout.LayoutParams
public LinearLayout.LayoutParams(Context c,
AttributeSet attrs)
LinearLayout.LayoutParams
public LinearLayout.LayoutParams(int width,
int height)
LinearLayout.LayoutParams
public LinearLayout.LayoutParams(int width,
int height,
float weight)
LinearLayout.LayoutParams
public LinearLayout.LayoutParams(ViewGroup.LayoutParams p)
LinearLayout.LayoutParams
public LinearLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
debug
public String debug(String output)
Copyright © 2008-2012. All Rights Reserved.