Can anyone tell me how to make an EditText not editable via XML? I tried setting android:editable to false, but
EditText
android:editable
false
I use EditText.setFocusable(false) and set true again if I want to edit.
EditText.setFocusable(false)