LayerDrawableResolver
data class LayerDrawableResolver(layers: List<DrawableResolver>) : DrawableResolver
Content copied to clipboard
A DrawableResolver that creates a Drawable from a list of DrawableResolvers by layering them.
Parameters
layers
The drawables to layer. These are drawn in the list's order, so the element with the largest index will be drawn on top.
Constructors
Link copied to clipboard
Behaves the same as the primary DrawableResolver constructor, except that no list has to be created.
Link copied to clipboard