How to set these options at the same time :
android:minLines="3"
android:inputType="textMultiLine"
android:imeOptions="actionDone"
It seems as soon as I put android:inputType="textMultiLine"
, the keyboard automatically replace the key OK by the key Enter. Does anyone know if it is possible to have both keys ?
NB : this answer is not what I am looking for. I would like both keys.