setCheckMarkTintList
open fun setCheckMarkTintList(@NonNull textView: CheckedTextView, @Nullable tint: ColorStateList)(source)
Applies a tint to the check mark drawable. Does not modify the current tint mode, which is SRC_IN by default.
Subsequent calls to setCheckMarkDrawable should automatically mutate the drawable and apply the specified tint and tint mode using setTintList.
Parameters
textView
CheckedTextView for which to apply the tint.
tint
the tint to apply, may be null
to clear tint