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