LayoutParams

Constructors

Link copied to clipboard
constructor(@NonNull c: Context, @Nullable attrs: AttributeSet)
constructor(width: Int, height: Int)
constructor(width: Int, height: Int, gravity: Int)
constructor(@NonNull source: DrawerLayout.LayoutParams)
constructor(@NonNull source: ViewGroup.LayoutParams)
constructor(@NonNull source: ViewGroup.MarginLayoutParams)

Properties

Link copied to clipboard
open var gravity: Int