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.support.design.widget.TextInputLayout could not be instantiated

I want to integrate android.support.design.widget.TextInputLayout In my android application. I have copied the jar file android-support-design.…

java android android-textinputlayout
TextInputLayout error after enter value into edittext

How can i hide a TextInputLayout error after input one text in EditText. Is it possible? how can i achieve …

android material-design android-textinputlayout
How to change the hint size of TextInputLayout

This is my xml <android.support.design.widget.TextInputLayout style="@style/main_input_text" android:layout_marginTop="@dimen/activity_…

android xml hint android-textinputlayout textinputlayout
Left Icon in TextInputLayout

I'm trying to add an Left Icon to my TextInputLayout, but text get over the Icon. When I add a …

android android-textinputlayout
Change to custom icon from eye-icon(default) for hide-show password in android EditText

I want to change/display different icons for show password in android edittext. I am using following code to display …

android android-textinputlayout
Couldn't resolve resource @id/visible when using TextInputLayout

Couldn't resolve resource @id/visible when using TextInputLayout on appcompat-v7:25.x.x Tried these steps below, but the problem is …

android android-studio android-textinputlayout
TextInputLayout.setError() leaves empty space after clearing the error

I recently used TextInputLayout and it's setError() method. The problem I'm getting is, when I clear the error by calling …

android android-textinputlayout
Material design Spinner using TextInputLayout.OutlinedBox styling

I am currently using Material Design TextInputLayout OutlinedBox as shown below: <android.support.design.widget.TextInputLayout style="@style/Widget.…

android material-design android-textinputlayout material-components-android material-components
Change font of the floating label EditText and TextInputLayout

Someone tried to change the font of the floating label? I changed the source of EditText but the font of …

android android-edittext android-design-library android-textinputlayout material-components
Issue: change border color or box stroke for unfocused TextInputLayout in android

I have a very specific issue for changing the outline of the textbox for TextInputLayout when it's unfocused. I can't …

android textview android-textinputlayout material-components-android android-textattributes