create Tintable Drawable If Needed
open fun createTintableDrawableIfNeeded(@Nullable drawable: Drawable, @Nullable tintList: ColorStateList, @Nullable tintMode: PorterDuff.Mode): Drawable
Wraps and mutates the passed in drawable so that it may be used for tinting if a tintList is present. Also applies the tintMode if present.