Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
67 views

I have this TextInputEditText in which the cursor remains visible even when I tap somewhere else on the screen. Is there any way to make the clearFocus() applicable for whole screen? <com.google....
Sushant Kumar's user avatar
1 vote
0 answers
31 views

I have one font which is cursive. This font is visible outside of my TextInput and also outSide of text component in react native IOS but in Android if letter is curved on left it is being cropped ...
Bhavika Thakkar's user avatar
0 votes
1 answer
26 views

Iam looking for a TextInputEditText to support multiline text. The TextInputLayout implemented in an alertdialog. I tried everything... How to do ? :/ Thanks a lot! example of my code: val editText = ...
Sp Dev's user avatar
  • 1
1 vote
1 answer
41 views

I am trying to add a microphone button to a text field so that users can speak which will be translated to text. My layout looks as below: <com.google.android.material.textfield.TextInputLayout ...
cdczc's user avatar
  • 15
0 votes
1 answer
46 views

I need to remove the error underline in a TextInputEditText in Kotlin, but is not the base underline. It shows in red below the text over the base underline when the text has some syntax or spelling ...
jetberrocal's user avatar
0 votes
1 answer
38 views

I have a TextInputEditText in my fragment and whenever I type a text, it is being spelled inverted. SO if I try and type "Leonardo", it will be spelled "odranoeL". The cursor is ...
Leonardo Sibela's user avatar
0 votes
1 answer
62 views

The start text of textinput layout is getting cut Is it possible to remove the padding inside the textinput layout? TextInput style <style name="Widget.TextInputLayoutx" parent="...
Renz Manacmol's user avatar
0 votes
1 answer
91 views

I created an application that allows you to enter the content of the notification and select the date and time at which the notification should be displayed. Everything works fine, except that the ...
Layla98's user avatar
  • 11
0 votes
2 answers
71 views

I determine the user's location and display it in a TextInputEditText field. The hint, however, remains in the background. What am I doing wrong? <com.google.android.material.textfield....
Captai-N's user avatar
  • 1,572
0 votes
1 answer
58 views

If have a following layout in xml. It's a part of bigger layout <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/layoutInputNewText" android:...
Al Sh's user avatar
  • 61
3 votes
2 answers
622 views

I have a weird bug in my app and I can't quite figure it out. I set up an edit text and changed the cursor color to white (default was dark blueish). This worked just fine, however as soon as I call ...
Sarah Multitasker's user avatar
0 votes
0 answers
43 views

I want to achieve writing and editing long text like articles in a text box, and the whole page is scrollable. As a result, I use TextInputEditText which has a beautiful style and can scroll up down ...
Kartone's user avatar
  • 31
0 votes
2 answers
74 views

I'm trying to manage the hint in a TextInputLayout/TextInputEditText, moving it inside a rounded shape, but I can't manage to move it, like in the picture: enter image description here This is my ...
GundamRX91's user avatar
0 votes
1 answer
71 views

I am using TextInputLayout and TextInputEditText. I cant find a way to change this purple color. I searched about it too but i cant find so much. How can i change it?
Ahmet Kaan's user avatar
0 votes
1 answer
453 views

I have met a problem when I try to use the TextInputLayout and TextInputEditText. Here is my code <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget....
James Cheung's user avatar
1 vote
1 answer
428 views

This is my custom view: <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://...
Baia Asanidze's user avatar
5 votes
1 answer
130 views

I have an SDK that contains MYSDKActivity. In this activity layout, I have 1 edit text where the user can enter his card number. Any android Client who is integrating this SDK, can use ...
Kishan Maurya's user avatar
0 votes
0 answers
173 views

Can someone help me to put an EditText input Method (android) open in fullscreen mode ? like this: Thank You for the attention
Pedro Moreira's user avatar
5 votes
0 answers
86 views

I have the following layout: <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/...
igodie's user avatar
  • 537
0 votes
1 answer
248 views

I am working on building an application in Android Studio and I have my Edittexts to accept user input (as int) and can pass it to the subsequent activity after clicking 'next'. However, my question ...
Adrienne Kline's user avatar
0 votes
1 answer
191 views

I want to make extension function using TextInputEditText and call addTextChangedListener, but when i run the app and using the feature, my app crash. My goal is to create an extension function ...
Yosua Haloho's user avatar
2 votes
1 answer
764 views

I have a TextInputEditText field to write numbers down. I want to add a drawable symbol to the end of my InputText which already worked. The problem is, that my text and the drawable are not the same ...
Sasuke's user avatar
  • 33
0 votes
1 answer
92 views

I created alert dialog with TextInputLayout programmatically in fragment. I need to hide password by default, TextInputLayout has toggle button and it is working as expected hide/show on click. I ...
Ritu's user avatar
  • 696
3 votes
0 answers
260 views

Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable(android.content.res....
Gaurav Singh's user avatar
1 vote
1 answer
204 views

How to change OutlinedBox hint and text RTL (support Persian and Arabic): <com.google.android.material.textfield.TextInputLayout android:id="@+id/phoneNumberLayout" style="@...
Sajad Hosseini's user avatar

1
2 3 4 5
7