MaskedEditText
MaskedEditText copied to clipboard
If inputType set number,it will crash
Phone inputType works well,But all keys will show the English alphabet.I f number ,does edittext would set int not char?
for inputType="number"
only add android:digits="0123456789-"
in your xml.