-
public interface TintAwareDrawableInterface which allows a android.graphics.drawable.Drawable to receive tinting calls from
{@code DrawableCompat}.
-
-
Method Summary
Modifier and Type Method Description abstract voidsetTint(@ColorInt() int tint)abstract voidsetTintList(ColorStateList tint)abstract voidsetTintMode(PorterDuff.Mode tintMode)-
-
Method Detail
-
setTintList
abstract void setTintList(ColorStateList tint)
-
setTintMode
abstract void setTintMode(PorterDuff.Mode tintMode)
-
-
-
-