Style

interface Style

Functions

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

Properties

shouldApplyDefaults
Link copied to clipboard
abstract val shouldApplyDefaults: Boolean
If true then default attribute values will be applied for missing attributes, if false they won't
shouldApplyParent
Link copied to clipboard
abstract val shouldApplyParent: Boolean

Inheritors

AttributeSetStyle
Link copied to clipboard
EmptyStyle
Link copied to clipboard
MultiStyle
Link copied to clipboard
ProgrammaticStyle
Link copied to clipboard
ResourceStyle
Link copied to clipboard