setStrokeColor

open fun setStrokeColor(@ColorInt strokeColor: Int)

Sets the stroke color of this card view.

Parameters

strokeColor

The color of the stroke.


open fun setStrokeColor(strokeColor: ColorStateList)

Sets the stroke color of this card view.

Parameters

strokeColor

The ColorStateList of the stroke.