ProgrammaticStyle

data class ProgrammaticStyle : Style

Types

Builder
Link copied to clipboard
data class Builder
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