SlidingPaneLayout.LayoutParams

class SlidingPaneLayout.LayoutParams : ViewGroup.MarginLayoutParams


Summary

Public properties

Float

The weighted proportion of how much of the leftover space this child should consume after measurement.

Inherited Constants

From android.view.ViewGroup.LayoutParams
const Int

This property is deprecated.

const Int
const Int

Public constructors

LayoutParams

Added in 1.1.0
LayoutParams()

LayoutParams

Added in 1.1.0
LayoutParams(source: SlidingPaneLayout.LayoutParams)

LayoutParams

Added in 1.1.0
LayoutParams(source: ViewGroup.LayoutParams)

LayoutParams

Added in 1.1.0
LayoutParams(source: ViewGroup.MarginLayoutParams)

LayoutParams

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

LayoutParams

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

Public properties

weight

Added in 1.1.0
val weightFloat

The weighted proportion of how much of the leftover space this child should consume after measurement.