I need to just set the maxLenght of a textView programmatically and i found this
editText.setFilters(new InputFilter[] { new InputFilter.LengthFilter(12) });
But i can make it work in my c# someone knows how?
I need to just set the maxLenght of a textView programmatically and i found this
editText.setFilters(new InputFilter[] { new InputFilter.LengthFilter(12) });
But i can make it work in my c# someone knows how?