how to make an editText not editable and how to make it editable again I want the solution in kotlin code I tried (editText.isFocusable = false) it works but when i want it editable again (editText.isFocusable = true) does not make it editable again
Asked
Active
Viewed 56 times