how to make edittext uneditable on android

how to make edittext uneditable on android
refer to‮ttual:‬uri.com
<EditText android:id="@+id/outputResult"
          android:inputType="text"
          android:editable="false"
          android:layout_width="fill_parent"
          android:layout_height="wrap_content"
          android:text="@string/result" />
Created Time:2017-09-12 09:38:27  Author:lautturi