setDropDownBackgroundTint

open fun setDropDownBackgroundTint(@ColorInt dropDownBackgroundColor: Int)

Sets the color of the popup dropdown container. It will take effect only if the popup background is a MaterialShapeDrawable, which is the default when using a Material theme.

Parameters

dropDownBackgroundColor

the popup dropdown container color

See also