Added in API level 21

LayoutParams

open class LayoutParams : LinearLayout.LayoutParams
kotlin.Any
   ↳ android.view.ViewGroup.LayoutParams
   ↳ android.view.ViewGroup.MarginLayoutParams
   ↳ android.widget.LinearLayout.LayoutParams
   ↳ android.widget.ActionMenuView.LayoutParams

Summary

Inherited XML attributes
Inherited constants
Public constructors

LayoutParams(width: Int, height: Int)

Inherited functions
Inherited properties

Public constructors

LayoutParams

Added in API level 21
LayoutParams(
    c: Context!,
    attrs: AttributeSet!)

LayoutParams

Added in API level 21
LayoutParams(other: ViewGroup.LayoutParams!)

LayoutParams

Added in API level 21
LayoutParams(other: ActionMenuView.LayoutParams!)

LayoutParams

Added in API level 21
LayoutParams(
    width: Int,
    height: Int)