My activity has an EditText which is supposedly not editable until user clicks on edit button for the screen.
EditText
I did edit.setEnabled(false)
edit.setEnabled(false)
in your layout file add the attribute to your EditText
android:editable="false"