apply -
editText.setFocusable(false);
editText.setClickable(true);
but if you want to edit text not editable and not clickable then apply
editText.setEnable(false);
editText.setFocusable(false);
editText.setClickable(true);
but if you want to edit text not editable and not clickable then apply
editText.setEnable(false);