Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputting text.
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-textinputlayoutI 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-designI am using a TextInputLayout with the new function from the Support Library: passwordToggleEnabled. This gives a nice "eye"-icon …
android android-textinputlayoutI want to change the text color of my TextInputEditText hint. It seems that no matter what I change, the …
android android-layout android-textinputlayoutHello I am creating an app with the androidx libraries but when I am trying to add a toggle to …
android androidx android-textinputlayoutfor 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-textinputlayoutI would like to have an EditText with the background as a "normal" EditText but with the error handling of …
android android-textinputlayoutI have a rectangular shaped Edit Text which is inside the TextInputLayout. I want to put some margin between floating …
android android-edittext androiddesignsupport android-textinputlayoutTextInputLayout seems to always have some extra padding at the top (no matter that all margins/paddings are set to 0): …
android padding android-textinputlayoutI 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