setErrorTextColor

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

Sets the error text color for all input fields and error messages IMPORTANT: This method requires API level 27 or higher

Parameters

colorHex

The color to be set (in Hex format)


fun setErrorTextColor(color: Int)

Sets the error text color for all input fields and error messages