I have faced same problem but after observation I found that android:editable="false"
is only working when inputtype (android:inputType="ANY_VALUE"
) is not given in the Edittext.
Remove inputType from EditText and use editable = false, its working fine.