setSupportImageTintList

Applies a tint to the image drawable. Does not modify the current tint mode, which is SRC_IN by default.

Subsequent calls to the source's image will automatically mutate the drawable and apply the specified tint and tint mode.

Parameters

tint

the tint to apply, may be null to clear tint

See also