How can I disable typing in an EditText field in Android?
EditText
Write this in parent:
android:descendantFocusability="beforeDescendants" android:focusableInTouchMode="true"
Example: