setDropDownBackgroundTintList

open fun setDropDownBackgroundTintList(@Nullable dropDownBackgroundTint: ColorStateList)

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

dropDownBackgroundTint

the popup dropdown container tint as a ColorStateList object.

See also