Answer the question
In order to leave comments, you need to log in
How to insert "+" into TextInputEditText permanently while dialing?
I need when dialing a number so that "+" is already displayed in the TextInputEditText and applies to all digits
Answer the question
In order to leave comments, you need to log in
Well, add this "+" symbol to the field of your TextInputEditText after initialization and actually before showing it to the user.
Either to the left of the TextInputEditText , in a separate TextView , write this "+" symbol to inform the user that it is no longer necessary to write it, and then do a simple validation, controlling the correctness of the entered number, or removing the extra "+" from there, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question