Questions tagged [textinputlayout]
114 questions
6
votes
4 answers
Problem : TextInputLayout with OutlinedBox bug with hint overlaps
I have a problem with my hint when I want write in the EditText my hint overlaps the OutlinedBox
so I don't understand what is the problem. So this my code

Askiip
- 61
- 2
6
votes
1 answer
Set custom typeface on Hint, TextInputLayout
I'm trying to set a custom typeface on the Hint of a TextInputLayout. Therefore I'm using a custom subclass of TextInputLayout with a custom property MyHint. This property setter should format the text and set the FormattedText but it doesn't…

Robin Bruneel
- 1,063
- 8
- 22
6
votes
4 answers
TextInputLayout error color not getting cleared?
I have a TextInputLayout with an EditText inside it.
This is my xml:
…

mUser1990
- 291
- 4
- 9
5
votes
1 answer
TextInputLayout underline color does not adapt to custom color when focused
Not sure what I am missing but every time the edittext gets focused the underline color does not adapt to the custom color I set. For reference here is my theme code