Closed nehaj2995 closed 6 years ago
I have to set the limit of the edittext programatically , how can I achieve it ? Right now I'm doing it in xml file android:maxLength="5"
android:maxLength="5"
There is a setMaxLength method.
I have to set the limit of the edittext programatically , how can I achieve it ? Right now I'm doing it in xml file
android:maxLength="5"