setStrokeTint

open fun setStrokeTint(tintList: ColorStateList)

Set the shape's stroke ColorStateList

Parameters

tintList

the ColorStateList for the shape's stroke.


open fun setStrokeTint(@ColorInt tintColor: Int)

Set the shape's stroke color.

Parameters

tintColor

an int representing the Color to use for the shape's stroke.