setAllContainerColors

open fun setAllContainerColors(@ColorInt containerColor: Int)

Set the container color, the start container color and the end container color.

This is a helper for the common case of transitioning between a start and end view when neither draws its own background but a common color is shared. This prevents the start or end view from being visible below one another.

See also

setContainerColor(int)
setStartContainerColor(int)
setEndContainerColor(int)