I am trying to understand the difference between the textMultiLine
and
textImeMultiLine
options for android:inputType
in an EditText
. However
I have not been able to understand an answer. The documentation
says
IME is a control enabling users to enter text.
but I don't understand how texMultiLine is different from textImeMultiLine.