Interface | Description |
---|---|
DrawableWrapper |
Interface which allows a
Drawable to get/set wrapped
drawables from DrawableCompat . |
TintAwareDrawable |
Interface which allows a
Drawable to receive tinting calls
from DrawableCompat . |
Class | Description |
---|---|
DrawableCompat |
Helper for accessing features in
Drawable
introduced after API level 4 in a backwards compatible fashion. |
RoundedBitmapDrawable |
A Drawable that wraps a bitmap and can be drawn with rounded corners.
|
RoundedBitmapDrawableFactory |
Constructs
RoundedBitmapDrawable objects,
either from Bitmaps directly, or from streams and files. |