StyleApplier

abstract class StyleApplier<P, V : View>

Constructors

StyleApplier
Link copied to clipboard
fun <V : View> StyleApplier(view: V)

Types

DebugListener
Link copied to clipboard
interface DebugListener
Visible for debug

Functions

apply
Link copied to clipboard
fun apply(attributeSet: AttributeSet?)
Passing a null AttributeSet is a no-op, for convenience
open fun apply(style: Style)
fun apply(@StyleRes() styleRes: Int)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int

Properties

debugListener
Link copied to clipboard
var debugListener: StyleApplier.DebugListener? = null
Visible for debug
proxy
Link copied to clipboard
val proxy: P
view
Link copied to clipboard
val view: V