setSupportButtonTintMode

abstract fun setSupportButtonTintMode(tintMode: @Nullable PorterDuff.Mode)(source)

Specifies the blending mode which should be used to apply the tint specified by setSupportButtonTintList to the button drawable. The default mode is SRC_IN.

Parameters

tintMode

the blending mode used to apply the tint, may be null to clear tint

See also