-
public interface WrappedDrawableInterface which allows a Drawable to get/set wrapped drawables from
{@code DrawableCompat}.
-
-
Method Summary
Modifier and Type Method Description abstract DrawablegetWrappedDrawable()abstract voidsetWrappedDrawable(Drawable drawable)-
-
Method Detail
-
getWrappedDrawable
abstract Drawable getWrappedDrawable()
-
setWrappedDrawable
abstract void setWrappedDrawable(Drawable drawable)
-
-
-
-