Package-level declarations
Types
A DrawableResolver that resolves a Drawable from a theme based on attrId.
A DrawableResolver that is automatically mirroring a drawable returned from the wrapper resolver when its layout direction is RTL (right-to left). This is the equivalent of calling Drawable.setAutoMirrored(true).
A DrawableResolver that creates a Drawable from a Bitmap and target density based on the display metrics of the Context.
A DrawableResolver that retrieves a color array from a theme using gradientColorArrayAttrId and creates a GradientDrawable from it. The gradient will have a linear shape with the given orientation.
A DrawableResolver that retrieves a Drawable from an Icon.
A DrawableResolver that creates a Drawable from a list of DrawableResolvers by layering them.
A DrawableResolver that resolves a Drawable from a Context.