android-textinputedittext Questions

16

Solved

I have an android screen which takes email from the user. Below is the snippet of the code, I want to remove the underline which appears below the text. <com.google.android.material.textfield....

11

Solved

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

6

Solved

I want to get a text from the material design's TextInputLayout using a custom end Icon. I tried to do that: TextInputLayout textInputCustomEndIcon = findViewById(R.id.editText); final TextInputEdi...

31

I'm trying to use TextInputEditText from Material Design (https://github.com/material-components/material-components-android/blob/master/docs/components/TextInputLayout.md) and I'm getting runtime ...

1

I am using databinding together with the TextInputLayout/TextInputEditText combo as shown in the xml. <com.google.android.material.textfield.TextInputLayout android:id="@+id/lastname_input_lay...

1

Solved

How to position the drawable start icon at the start of text input layout <com.google.android.material.textfield.TextInputLayout android:layout_width="match_parent" android:layout_he...

3

Solved

I am implementing a functionality to change the case of textInputlayout Hint text to upper case when the hint floats up and vice versa. For that I am using OnFocusChangeListener on its child textI...

1

Solved

I am having a Text Input Layout with Text Input Edit Text inside. The Text Input Edit Text has a Drawable at the end. What i want to achieve is make the drawable at the end do something when it is ...

4

I have an EditText field that I would like to only enter negative or positive numbers. When I use InputType.TYPE_NUMBER it will bring up the nice numeric keyboard which is what I want; however it w...

3

I am trying to setting up TextInputLayout unfocused border stroke color. For the same, There are too many questions and their answers and I have tried all of them. Like Created styles and use...

2

Solved

I am trying to understand the difference between the textMultiLine and textImeMultiLine options for android:inputType in an EditText. However I have not been able to understand an answer. The docum...

2

I am trying to customize materials TextInpuLayout.OutlinedBox and TextInputEditText. My current state is like following image What I want to do is remove the background of the hint label so th...

6

Solved

I have compiled with following design library and it is displaying password HIDE/SHOW button at the right of EditText compile 'com.android.support:design:24.2.1' <android.support.design.wid...

2

I use material. I'm going to use a color for TextInputLayout for the backdrop, but something like the one below! hint background not change.i used style and wanted to make changes but it didn't wor...

1

Solved

Android documentation states that: With Android 7.1 (API level 25), the Android SDK includes the Commit Content API, which provides a universal way for IMEs to send images and other rich content...

4

I want to apply a border to a TextInputLayout as shown in the image. Right now, it looks like this: But, I need it to look like this (i.e. label is placed within border): The code that I have imp...

2

Solved

I have a strange bug on a TextInputLayout. The color of the hint of the com.google.android.material.textfield.TextInputEditText goes white on focus. this is how I am setting it: <com.google....
Kymberlykymograph asked 14/7, 2019 at 15:36

0

So I am trying to change the color of the background of the label on the TextInputLayout/EditText. Most other questions seem to be referring to the color of the text but the default functionality o...

2

Solved

Do anyone know how to show Total Lines prior display when using TextInputEditText and TextInputLayout? I don't have this problem when using the normal EditText without the TextInputLayout. This is ...

4

Solved

I'm having an issue in my app where the error popup on EditTexts shows but the text is not visible. It looks something like this: This happens with all the EditTexts in my app. Here's an example...

3

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

2

I am creating app for blind people. there, when blind people after entered the zip code on that profile registration Edit Text box, like 45987. It reading as Fourty Five Thousand and Nine hundred e...

2

I have to make a textinputlayout with the floating hint label, that needs to have a white background. Some what similar to this-- Design expected: But all I have been able to do so far is this:...

0

I am trying to show context menu (copy-paste options) for MultiAutoCompleteTextView when clicked on button. Here is what I have tried but did not work. mButton.setOnLongClickListener(new OnLongCl...

1

Solved

i'm using textInputEditText inside textInputLayout i had to set background for my editText to achieve a bordered view for my editText. but when i call setError() on my textInputLayout the entire ed...

© 2022 - 2025 — McMap. All rights reserved.