editText.setFocusable(false);
editText.setClickable(false);
this ensure the EditText control can’t be selected and focused, so it can’t be edited.
editText.setFocusable(false);
editText.setClickable(false);
this ensure the EditText control can’t be selected and focused, so it can’t be edited.