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....
Factual asked 16/7, 2019 at 18:35
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:...
Hurtful asked 15/5, 2019 at 3:49
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...
Bowra asked 5/9, 2019 at 2:58
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 ...
Trask asked 21/8, 2018 at 22:0
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...
Andrea asked 27/4, 2020 at 19:31
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...
Rooky asked 24/1, 2022 at 6:16
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...
Historical asked 3/7, 2017 at 10:40
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 ...
Erring asked 21/1, 2021 at 11:20
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...
Kimono asked 15/9, 2014 at 18:29
3
How to change inactive border stroke color of Android Material TextInputLayout component [duplicate]
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...
Otten asked 14/12, 2020 at 4:32
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...
Glitter asked 25/8, 2019 at 10:42
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...
androidandroid-textinputlayoutmaterial-componentsmaterial-components-androidandroid-textinputedittext
Immesh asked 24/11, 2019 at 16:9
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...
Yoko asked 12/12, 2016 at 10:13
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...
Eighteenmo asked 28/3, 2020 at 8:34
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...
Video asked 11/9, 2018 at 15:26
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...
Undue asked 8/11, 2017 at 5:34
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...
Typography asked 6/5, 2019 at 16:34
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 ...
Zoophyte asked 1/3, 2018 at 4:54
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...
Uropygium asked 7/10, 2018 at 22:6
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...
Semipro asked 2/1, 2017 at 21:56
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...
Surfactant asked 7/9, 2018 at 3:54
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:...
Ancestry asked 18/3, 2017 at 6:21
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...
Santoyo asked 9/11, 2017 at 6:34
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...
Norwood asked 24/6, 2017 at 22:37
1 Next >
© 2022 - 2025 — McMap. All rights reserved.