setFocusedHintTextColor

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

**XML Attributes: focusedHintTextColor


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)


**XML Attributes: focusedHintTextColor


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