I want to change TextInputEditText type FilledBox
When before Typing hint needs style Bold and color #FF0000 (RED) When after Typing hint style regular and color #000000 (Black)
How Can I do
I want to change TextInputEditText type FilledBox
When before Typing hint needs style Bold and color #FF0000 (RED) When after Typing hint style regular and color #000000 (Black)
How Can I do
As Martin suggested, use a textWatcher on your EditText and override onTextChange to detect changes in your EditText. In this sample you need two font files in the assets folder in
...app\src\main\assets\arial.ttf
and
...app\src\main\assets\arialbold.ttf
Result: