Top "Android-textinputedittext" questions

InflateException when using TextInputLayout

I'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-textinputedittext
Remove underline from TextInputEditText

I have an android screen which takes email from the user. Below is the snippet of the code, I want …

android android-textinputlayout android-textinputedittext
Android TextInputLayout Password toggle not visible in new support library

I have compiled with following design library and it is displaying password HIDE/SHOW button at the right of EditText …

android android-edittext android-textinputlayout android-textinputedittext
There is always a default background on TextInputLayout in Android

I have TextInputLayout and TextInputEditText like this <com.google.android.material.textfield.TextInputLayout android:id="@+id/loginUsernameText" android:layout_…

android android-layout android-textinputlayout android-textinputedittext
How to get text from material design TextInputLayout correctly?

I want to get text from the material design's TextInputLayout using a custom end Icon. I tried to do that: …

android material-design android-textinputlayout android-textinputedittext
Opaque background in floating hint in TextInputLayout

I have to make a textinputlayout with the floating hint label, that needs to have a white background. Some what …

android android-textinputlayout android-textinputedittext
How to change bottom line color and hint color of TextInputEditText?

I 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-textinputedittext
Password toggle button on TextInputEditText disappears after click in Support Library 25.1.0

I have a TextInputEditText in conjunction with TextInputLayout with android:inputType="textPassword" using app:passwordToggleEnabled="true" to show password toggle …

android android-support-library android-inputtype android-textinputedittext
Setting android:lines on TextInputEditText not working

Do anyone know how to show Total Lines prior display when using TextInputEditText and TextInputLayout? I don't have this problem …

android android-layout text multiline android-textinputedittext