PercentRelativeLayout.LayoutParams

Added in 1.0.0
Deprecated in 1.0.0

class PercentRelativeLayout.LayoutParams : RelativeLayout.LayoutParams, PercentLayoutHelper.PercentLayoutParams


Summary

Public constructors

LayoutParams(width: Int, height: Int)

Protected functions

Unit
setBaseAttributes(a: TypedArray!, widthAttr: Int, heightAttr: 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
Deprecated in 1.0.0
LayoutParams(source: ViewGroup.LayoutParams!)

LayoutParams

Added in 1.0.0
Deprecated in 1.0.0
LayoutParams(source: ViewGroup.MarginLayoutParams!)

LayoutParams

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

LayoutParams

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

Public functions

getPercentLayoutInfo

Added in 1.1.0-alpha01
Deprecated in 1.1.0-alpha01
fun getPercentLayoutInfo(): PercentLayoutHelper.PercentLayoutInfo!

Protected functions

setBaseAttributes

protected fun setBaseAttributes(a: TypedArray!, widthAttr: Int, heightAttr: Int): Unit