Questions tagged [android-textinputlayout]

Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputting text.

Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputting text. Also supports showing an error via setErrorEnabled(boolean) and setError(CharSequence).

887 questions
-4
votes
3 answers

How to change the hint color property dynamically when its unfocsed state?

I need to change hint color property dynamically when its unfocused. Is it possible to change the hint color dynamically(Not in focused state). Actual Design and my xml I can't change the hint color property programmatically when it is…
-5
votes
4 answers

How to change the hint color,underline color hint text,if edit text is empty and unfocused in android?

I have two edit text.First one is email and the second one is a password field. When I click login button without filling the both fields, the hint color and underline changes to red color in both fields are an unfocused state. unfocused state at…
1 2 3
59
60