Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputting text.
With reference to the new TextInputLayout released by Google, how do I change the floating label text color? Setting colorControlNormal, …
android android-edittext android-design-library android-textinputlayoutI am using android design library's TextinputLayout. But couldn't customize the hint color, label color and the underline color of …
android android-design-library android-textinputlayoutI have to use TextInputLayout of design support library in my project. I want to give space between hint and …
android android-layout androiddesignsupport android-textinputlayoutHow can I change the colour of the error message that can be set to appear below the text field …
android android-textinputlayoutHow can I implement an outlined text field (as shown on this material design page)?
android android-layout android-edittext material-design android-textinputlayoutI'm trying to customize a TextInputLayout with material style. I managed to set the focused state to the colors I …
android material-design android-styles android-textinputlayoutThis may seem counter-intuitive but is there a way to disable or remove the floating label hint in TextInputLayout? The …
android android-textinputlayoutI'm trying to use TextInputEditText from Material Design (https://github.com/material-components/material-components-android/blob/master/docs/components/TextInputLayout.md) and …
android android-edittext android-textinputlayout android-textinputedittextI'm using an EditText inside a TextInputLayout, but after upgrading the support library to 23.2.0, I get this warning in the …
android android-layout android-edittext android-support-library android-textinputlayoutAfter using the Android Design Support Library's TextInputLayout to place a floating label above an EditText component, I was wondering …
android android-layout android-spinner material-design android-textinputlayout