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.

Programmatically set TextInputLayout Hint Text Color and Floating Label Color

I use a TextInputLayout, I would want to programmatically set the hint text color and the floating label color if …

android android-textinputlayout
Show Helper text below EditText along with the Hint

I am trying to make something on these lines: I am able to show the hint using android:hint="Email …

android android-layout android-edittext androiddesignsupport android-textinputlayout
Android cannot resolve Material Components

I am getting this error: Cannot resolve symbol '@style/Widget.MaterialComponents.TextInputLayout.OutlineBox' I am getting this error after …

android xml android-appcompat android-design-library android-textinputlayout
TextInputLayout has no effect for giving hint programmatically in EditText

I have an EditText and it's parent is TextInputLayout. I am trying to give hint programmatically for EditText, (not in …

android android-textinputlayout
Different label and hint for TextInputLayout

I want to make a EditTextLayout, but I want a different text for label and hint. For example : The label's …

android android-textinputlayout
Android 8.0 Oreo crash on focusing TextInputEditText

After updating some of our devices to android 8.0 , upon focusing on a TextInputEditText field inside of a TextInputLayout, the app …

android android-edittext android-8.0-oreo android-textinputlayout
Change thickness of the bottom line of EditText when wrapped into TextInputLayout

here is my code XML Markup <android.support.design.widget.TextInputLayout android:layout_width="match_parent" android:layout_height="…

android android-edittext styles material-design android-textinputlayout
TextInputLayout and EditText double hint issue

I want to set the hint with java in EditText(which is in TextInputLayout). Code used for setting hint: aET = (…

android android-edittext android-appcompat android-textinputlayout
Custom TextInputLayout android

I am trying to create custom TextInputLayout. How can I create below custom TextInputLayout?

android android-layout android-textinputlayout
How to make TextInputLayout hint asterisk red for required fields

Is it possible to make just the asterisk in the hint red when using a TextInputLayout from the design support …

android android-edittext material-design android-textinputlayout