Y
Y
Yuri Sika2021-01-22 15:00:58
Android
Yuri Sika, 2021-01-22 15:00:58

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

1 answer(s)
A
Anton, 2021-01-23
@TequilaOne

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 question

Ask a Question

731 491 924 answers to any question