Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun fixed(size: Size): View.(Size, Size) -> Size
Link copied to clipboard
fun <T> observableStyleProperty(    initial: T,     filter: (View) -> Boolean = { true },     onChanged: (old: T, new: T) -> Unit = { _,_ -> }): ReadWriteProperty<View, T>

Delegate for properties that should trigger View.styleChanged when changed.

Link copied to clipboard
fun <T> styleProperty(initial: T, filter: (View) -> Boolean = { true }): ReadWriteProperty<View, T>

Delegate for properties that should trigger View.styleChanged when changed.