AttrStringResolver

A StableStringResolver that resolves a String from a theme based on attrId.

Constructors

Link copied to clipboard
constructor(@AttrRes attrId: Int)

Functions

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

Resolves to a String based on the given context. The resulting value must be equal for a given context, but may differ given a different context. E.g. due to differing locales.

Inherited functions

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