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
if you want to click it, but not want to edit it, try:
android:focusable="false"