setHintTextColor

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

Sets the hint 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 setHintTextColor(color: Int)

Sets the hint text color for all input fields

Parameters

color

The color to be set