setTextColor

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

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

Parameters

colorHex

The color to be set (in Hex format)


fun setTextColor(color: Int)

Sets the text color for all input fields

Parameters

color

The color to be set