added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

LinearLayoutCompat.LayoutParams

public static class LinearLayoutCompat.LayoutParams
extends ViewGroup.MarginLayoutParams

java.lang.Object
   ↳ android.view.ViewGroup.LayoutParams
     ↳ android.view.ViewGroup.MarginLayoutParams
       ↳ android.support.v7.widget.LinearLayoutCompat.LayoutParams
Known Direct Subclasses


Per-child layout information associated with ViewLinearLayout.

Summary

Inherited constants

From class android.view.ViewGroup.LayoutParams

Fields

public int gravity

Gravity for the view associated with these LayoutParams.

public float weight

Indicates how much of the extra space in the LinearLayout will be allocated to the view associated with these LayoutParams.

Inherited fields

From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams

Public constructors

LinearLayoutCompat.LayoutParams(Context c, AttributeSet attrs)

LinearLayoutCompat.LayoutParams(int width, int height)

LinearLayoutCompat.LayoutParams(int width, int height, float weight)

Creates a new set of layout parameters with the specified width, height and weight.

LinearLayoutCompat.LayoutParams(ViewGroup.LayoutParams p)

LinearLayoutCompat.LayoutPa