Added in API level 1

LayoutParams

open class LayoutParams : ViewGroup.LayoutParams
kotlin.Any
   ↳ android.view.ViewGroup.LayoutParams
   ↳ android.widget.AbsListView.LayoutParams

AbsListView extends LayoutParams to provide a place to hold the view type.

Summary

Inherited XML attributes
Inherited constants
Public constructors

LayoutParams(w: Int, h: Int)

LayoutParams(w: Int, h: Int, viewType: Int)

Inherited functions
Inherited properties

Public constructors

LayoutParams

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

LayoutParams

Added in API level 1
LayoutParams(
    w: Int,
    h: Int)

LayoutParams

Added in API level 1
LayoutParams(
    w: Int,
    h: Int,
    viewType: Int)

LayoutParams

Added in API level 1
LayoutParams(source: ViewGroup.LayoutParams!)