setButtonTintMode
open fun setButtonTintMode(@NonNull button: CompoundButton, @Nullable tintMode: PorterDuff.Mode)(source)
Specifies the blending mode used to apply the tint specified by setButtonTintList} to the button drawable. The default mode is SRC_IN.
Parameters
button
button for which to apply the tint mode.
tintMode
the blending mode used to apply the tint, may be null
to clear tint