DrawableResource
abstract class DrawableResource<T : Drawable?> : Resource<Z> , Initializable
Content copied to clipboard
Simple wrapper for an Android Drawable which returns a new drawable based on it's state.
Suggested usages only include T
s where the new drawable is of the same or descendant class.