Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputting text.
I'm using TextInputLayout from android design library version 25.1.1. With the following code: <android.support.design.widget.TextInputLayout xmlns:android="…
android android-layout xamarin android-design-library android-textinputlayoutI want EditText like one in above image. The problem is that if I use TextInputLayout it shows default bar …
android android-textinputlayoutI was wondering if it's possible to always keep the label expanded regardless of whether or not there is text …
android android-textinputlayoutI keep on getting this error when I try to setErrorEnabled on my textInputLayout : 03-12 12:29:03.206 5706-5706/? E/AndroidRuntime: FATAL EXCEPTION: …
android android-edittext android-popupwindow android-textinputlayoutI want to add suffix to TextInputLayout. An example is taken from the material.io Are there any standard solutions?
android android-textinputlayout material-components material-components-androidI have to make a textinputlayout with the floating hint label, that needs to have a white background. Some what …
android android-textinputlayout android-textinputedittextI want setError when TextInputLayout isEmpty, I write this code but when show error message, set red background for TextInputLayout! …
android android-edittext android-textinputlayoutI am using TextInputLayout and TetInputEditText to get floating hint. Now I want to change the color of hint and …
java android colors android-textinputlayout android-textinputedittextI have two TextInputLayout elements side by side: firstname and lastname. Below them I have another full width TextInputLayout element: …
android android-edittext android-textinputlayoutThe TextInputLayout contains an EditText which in turn receives the input from the user. With TextInputLayout introduced with the Android …
android android-layout android-design-library androiddesignsupport android-textinputlayout