setCompoundDrawableTintList
open fun setCompoundDrawableTintList(@NonNull textView: TextView, @Nullable tint: ColorStateList)(source)
Applies a tint 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.