I have an EditText which is decimal and I set its length using android:maxLength property in xml:
int max = getContext().getResources().getInteger(R.integer.quantity_length);