Skip to main content
0 votes
0 answers
41 views

For a project, I was analyzing part of a Java code structure for mobile applications. During the analysis, I realized that it didn't have a TextInputLayout, but right at the beginning it imports a ...
Pedro de Souza Foschiani's user avatar
0 votes
0 answers
38 views

Consider that: Al2TextView inherits from TextView Al2TextInputLayout inherits from TextInputLayout Al2TextInputEditText inherits from TextInputEditText When entering text into the second field (...
Sebastian's user avatar
0 votes
0 answers
79 views

I'm trying to write a custom AccessibilityDelagate for a TextInputLayout; this contains a TextInputEditText that has a helper text labeled as "required indicating that it is going to be a ...
MajinKenn's user avatar
  • 109
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
1 vote
1 answer
110 views

I'm working on a custom TextInputLayout in my Android project. I need to differentiate the padding between the floating hint (label) and the input text. When the hint is floating (acting as a label), ...
Banyu Santoso's user avatar
0 votes
0 answers
29 views

I am working on a login for my application, but I implemented an app:passwordToggleEnabled, but it is not visible, I even added an app:passwordToggleTint but it is still not visible, I hope you can ...
Carlo Mena Mendez's user avatar
0 votes
1 answer
68 views

How to show border on TextInputLayout in Android without MaterialComponents. I have an AppCompatActivity using AppTheme.DialogTheme to show the Activity as a Dialog, but this configuration does not ...
jetberrocal's user avatar
0 votes
0 answers
77 views

I am using textInputlayout and textInputEditText from material design. Everything works fine until i use some of the custom fonts from the resource file. When user starts typing on the ...
MottaMaadi Bench's user avatar
0 votes
1 answer
37 views

So, I use TextInputLayout and EditText to input email, but I have some trouble with hint placement. I also don't know how to change the color of this "I" symbol. Here is my XML for this ...
arctg30's user avatar
0 votes
1 answer
29 views

I have two password fields one is password another is confirm password. I want to use only one toggle in password field EditText using TextInputLayout's property passwordToggleEnabled="true"....
Kartik's user avatar
  • 309
1 vote
1 answer
350 views

I'm trying to implement a searchable dropdown menu in Jetpack Compose, but whenever the dropdown appears, the keyboard loses focus and disappears. How can I modify the code to prevent the keyboard ...
won's user avatar
  • 13
0 votes
1 answer
52 views

The outline for an OutlinedBox TextInputLayout doesnt leave a space for the hint/label: <com.google.android.material.textfield.TextInputLayout xmlns:android="http://schemas.android.com/...
Kris B's user avatar
  • 3,578
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
85 views

I need to show a success state on Material's TextInputLayout. I just need the same UI as this layout shows when an error is set. Following is what I need: class CustomTextInputLayout( context: ...
rupinderjeet's user avatar
  • 2,868
0 votes
1 answer
168 views

I'm facing a weird issue while using a custom TextInputLayout where i have both hint text and placeholder text, in general scenario when the focus comes on the edit text then hint text float up and ...
Zafar Imam's user avatar

15 30 50 per page
1
2 3 4 5
60