AttrStringArrayResolver

data class AttrStringArrayResolver(@AttrRes attrId: Int) : StringArrayResolver

A StringArrayResolver that resolves a string array from a theme based on attrId.

Constructors

Link copied to clipboard
fun AttrStringArrayResolver(@AttrRes attrId: Int)

Functions

Link copied to clipboard
open override fun get(context: Context): Array<String>

Resolves a string array based on the given Context.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)