How can I disable typing in an EditText field in Android?
EditText
try this Kotlin code,
editField.isEnabled = !editField.isEnabled