Android Question FloatLabeledEditText change Hint color in event EnterPressed

fred-han

Member
Licensed User
Hi,
i want to change the color of the hint in a FloatLabeledEditText in the _EnterPressed Event.
When the field is filled with a value the hint should not appear in "disabled" version. It should have
a "normal" color.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The color is changed based on the focus state. You can set the color to be the same in the designer:

B4J_mv48UTrdpy.png
 
Upvote 0
Top