Posts by Vansuita Jr. • 151 points
1 post
-
5
votes2
answers10087
viewsA: Change an Edittext mask at runtime
Solution Import the . java to your project, take a look in that class. You can use it this way: seuEditText.addTextChangedListener(Mask.insert(Mask.MaskType.CNPJ, seuEditText)); //Ou…