setFocusedHintTextColor

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

Sets the hint text color for when a field has focus. Note that setHintTextColor overrides this value, so this method must be called after calling setHintTextColor. IMPORTANT: This method requires API level 27 or higher

Parameters

colorHex

The color to be set (in Hex format)


fun setFocusedHintTextColor(color: Int)

Sets the hint text color for when a field has focus. Note that setHintTextColor overrides this value, so this method must be called after calling setHintTextColor.

Parameters

color

The color to be set