ResourceStyle

data class ResourceStyle(@StyleRes() @IntRange(from = 0.toLong()styleRes: Int, name: String?) : Style

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