Ashbin Mathew
Ashbin Mathew

Reputation: 13

How can i show the hint of an EditText item even if typing

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

Answers (1)

Damian Kozlak
Damian Kozlak

Reputation: 7093

Try TextInputLayout. It supports both floating hint and error.

Example here.

Upvotes: 2

Related Questions