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);
thanks
ReplyDeleteThis is not working. Whenever i implement in my Activity.java it crashes.
ReplyDeletePlease send your code.
Delete