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
Try this code. It's working in my project, so it will work in your project.
android:editable="false"