setCompoundDrawableTintMode
open fun setCompoundDrawableTintMode(@NonNull textView: TextView, @Nullable tintMode: PorterDuff.Mode)(source)
Applies a tint mode to any compound drawables.
This will always take effect when running on API v24 or newer. When running on platforms previous to API v24, it will only take effect if textView
implements the TintableCompoundDrawablesView
interface.