Questions tagged [textinputlayout]

114 questions
1
vote
1 answer

is it possible use html tag or spannable in TextInputLayout hint?

I have a TextInputLayout in my layout and i want use html tag or spannable in it's hint but it does not work with it. I search all links in google but the result was "it's not possible now and maybe in next version and updates be possible". is it…
hamed
  • 148
  • 11
1
vote
2 answers

setError displays text in flyout instead of below the EditText

I'm following this guide to display the error and this doc to implement it. It works fine but instead of displaying errors below the EditText I have them floating above with the warning icon.