-
- All Implemented Interfaces:
-
android.os.Parcelable,com.backbase.deferredresources.DeferredColor,com.backbase.deferredresources.color.ParcelableDeferredColor
public final class DeferredColor.Attribute implements ParcelableDeferredColor
A wrapper for a AttrRes reference to a color.
-
-
Constructor Summary
Constructors Constructor Description DeferredColor.Attribute(Integer resId)
-
Method Summary
Modifier and Type Method Description Integerresolve(Context context)Resolve resId to a ColorInt with the given context's theme. ColorStateListresolveToStateList(Context context)Resolve the color to a ColorStateList. -
-
Constructor Detail
-
DeferredColor.Attribute
DeferredColor.Attribute(Integer resId)
-
-
Method Detail
-
resolveToStateList
ColorStateList resolveToStateList(Context context)
Resolve the color to a ColorStateList.
-
-
-
-