-
- All Implemented Interfaces:
-
com.backbase.deferredresources.DeferredDrawable
public final class DeferredColorDrawable implements DeferredDrawable
Convert a DeferredColor to a DeferredDrawable by wrapping the resolved color in a ColorDrawable.
-
-
Constructor Summary
Constructors Constructor Description DeferredColorDrawable(DeferredColor deferredColor)
-
Method Summary
Modifier and Type Method Description ColorDrawableresolve(Context context)Use context to resolve the color and create a new ColorDrawable displaying that color. -
-
Constructor Detail
-
DeferredColorDrawable
DeferredColorDrawable(DeferredColor deferredColor)
-
-
Method Detail
-
resolve
ColorDrawable resolve(Context context)
Use context to resolve the color and create a new ColorDrawable displaying that color.
-
-
-
-