python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to change the focused hint color(upper) of TextInputLayout according to specific conditions programmatically
If the text entered in TextInputLayout meets the email regular expression, I would like to change the color of the hint label shown in the attached picture as programmatically.
paldangs
Votes: 0
Answers: 1
Disable comma in TextInputEditText
I am trying to disable comma character in the TextInputEditText. I added two parameters to my XML file(digits and input type). But I'm still able to input commas from a keyboard.
<com.google.androi...
Kurik9797
Votes: 0
Answers: 1
TextInputEditText height not updated after call View.updatePadding method
I have TextInputEditText inside a ConstraintLayout.
I use method doOnTextChange to change the right and bottom padding when text length is more that 20 symbols.
Unfortunately, it doesn't work as expec...
oleg2040
Votes: 0
Answers: 1
TextInputLayout it is possible to override the ExposedDropdownMenu?
I have one question about TextInputLayout
I would like to know if its possible to override the ExposedDropdownMenu
Let me explain, I am using a TextInputLayout with
style="@style/Widget.MaterialC...

LikseN
Votes: 0
Answers: 0