MultiStyle

data class MultiStyle : Style

Constructors

MultiStyle
Link copied to clipboard
fun MultiStyle(name: String, vararg styles: Style)
MultiStyle
Link copied to clipboard
fun MultiStyle(name: String, vararg styleRes: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

name
Link copied to clipboard
open override fun name(context: Context): String
obtainStyledAttributes
Link copied to clipboard
open override fun obtainStyledAttributes(context: Context, attrs: IntArray): TypedArrayWrapper

Properties

shouldApplyDefaults
Link copied to clipboard
open override val shouldApplyDefaults: Boolean = true
If true then default attribute values will be applied for missing attributes, if false they won't
shouldApplyParent
Link copied to clipboard
open override val shouldApplyParent: Boolean = true
Presumably multistyles would never be constructed with a SimpleStyle containing an AttributeSet, which is the only reason why we wouldn't want to apply the parent style applier