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