Remove the textIsSelectable, instead use:
android:inputType="textMultiLine"
The text will be selectable and editable.