Top "Android-textinputlayout" questions

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

Android | Change theme of TextInputLayout using styles.xml

I want to apply custom style to TextInputLayout's hint and error in one theme and apply it globally i.e. …

android xml android-styles android-textinputlayout
TextInputLayout animation overlaps the text when the text is set programmatically

I am using TextInputLayout with the design support library 22.2.1. I set the value of the EditText programmatically, and when the …

android material-design android-support-library android-textinputlayout android-support-design
Visible password with TextInputLayouts passwordToggleEnabled

I am using a TextInputLayout with the new function from the Support Library: passwordToggleEnabled. This gives a nice "eye"-icon …

android android-textinputlayout
Change TextInputEditText Hint Color

I want to change the text color of my TextInputEditText hint. It seems that no matter what I change, the …

android android-layout android-textinputlayout
Why attribute app:endIconMode is not found in TextInputLayout?

Hello I am creating an app with the androidx libraries but when I am trying to add a toggle to …

android androidx android-textinputlayout
android TextInputLayout changes EditText style after setting error to null

for the first time I'm using the new Android's widget TextInputLayout, it's very nice but I'm facing some problem using …

android android-textinputlayout
Do not change TextInputLayout background on error

I would like to have an EditText with the background as a "normal" EditText but with the error handling of …

android android-textinputlayout
How to Change the Floating Label position of TextInputLayout in android

I have a rectangular shaped Edit Text which is inside the TextInputLayout. I want to put some margin between floating …

android android-edittext androiddesignsupport android-textinputlayout
Removing TextInputLayout extra top padding

TextInputLayout seems to always have some extra padding at the top (no matter that all margins/paddings are set to 0): …

android padding android-textinputlayout
Android TextInputLayout hint overlaps EditText hint

I am facing a weird issue, I have a InputTextLayout and an EditText in it, and I am trying to …

android android-layout android-edittext android-textinputlayout textinputlayout