Example usage for Java android.widget LinearLayout.LayoutParams fields, constructors, methods, implement or subclass
The text is from its open source code.
LayoutParams(Context c, AttributeSet attrs) | |
LayoutParams(int width, int height) | |
LayoutParams(ViewGroup.LayoutParams p) | |
LayoutParams(ViewGroup.MarginLayoutParams source) | |
LayoutParams(LayoutParams source) Copy constructor. | |
LayoutParams(int width, int height, float weight) Creates a new set of layout parameters with the specified width, height and weight. |