I need help to only allow one decimal point to be entered into a EditText view. An example: I don’t want 123.45.2 or 123..452 to be allowed. Once one decimal point is entered, no more are allowed.
I need help to only allow one decimal point to be entered into a
Share
Play around with this however you like it.