1.3.0
Add a number of Parcelable
deferred types, such as ParcelableDeferredText
and ParcelableDeferredColor
. Ensure each concrete deferred type shipped in this library, such as DeferredText.Constant
and DeferredText.Resource
, implements a Parcelable
parent interface.
DeferredDrawable
and DeferredTypeface
are the only types without Parcelable
options, because their resolved types are also not Parcelable
.