0

I want to write the Phone number in US format with comma separated in edit text can anyone help me out in this case

I need to like phone number XXX-XXX-XXXX,XXX-XXX-XXXX and so on there can be multiple numbers.

Saurabh sharma
  • 369
  • 2
  • 13

1 Answers1

0

Try adding this attribute for edittext

android:inputType="phone|text"
akhil Rao
  • 1,169
  • 7
  • 17