setDividerThickness

open fun setDividerThickness(@Px thickness: Int)

Sets the thickness of the divider. The divider's android:layout_height must be set to wrap_content in order for this value to be respected.

Parameters

thickness

The thickness value to be set.

See also