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