setFieldDividerColor

@RequiresApi(value = 27)
fun setFieldDividerColor(colorHex: String)

Sets the color for the field dividers IMPORTANT: This method requires API level 27 or higher

Parameters

colorHex

The color to be set (in Hex format)


fun setFieldDividerColor(color: Int)

Sets the color for the field dividers

Parameters

color

The color to be set