I have a problem using an EditText
in Android 2.3.
I have an EditText
defined with android:imeOptions="actionDone"
property but when I'm writing by the virtual keyboard the return key doesn't detect the actionDone
and it introduce a return line.
In Android 2.2 is working right.
<EditText android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:imeOptions="actionDone" />