DrawerLayout.LayoutParams

class DrawerLayout.LayoutParams : ViewGroup.MarginLayoutParams


Summary

Public constructors

LayoutParams(width: Int, height: Int)
LayoutParams(width: Int, height: Int, gravity: Int)

Inherited Constants

From android.view.ViewGroup.LayoutParams
const Int

This property is deprecated.

const Int
const Int

Public constructors

LayoutParams

Added in 1.0.0
LayoutParams(source: DrawerLayout.LayoutParams)

LayoutParams

Added in 1.0.0
LayoutParams(source: ViewGroup.LayoutParams)

LayoutParams

Added in 1.0.0
LayoutParams(source: ViewGroup.MarginLayoutParams)

LayoutParams

Added in 1.0.0
LayoutParams(c: Context, attrs: AttributeSet?)

LayoutParams

Added in 1.0.0
LayoutParams(width: Int, height: Int)

LayoutParams

Added in 1.0.0
LayoutParams(width: Int, height: Int, gravity: Int)

Public properties

gravity

Added in 1.0.0
@DrawerLayout.EdgeGravity
val gravityInt