Reputation: 13
While i starts typing on editText box the hint is getting disappear. I want to show the hint all the time, the hint may go a little up when typing
Upvotes: 1
Views: 952
Reputation: 7093
Try TextInputLayout. It supports both floating hint and error.
Example here.
Upvotes: 2