I have a problem using an EditText in Android 2.3.
EditText
I have an EditText defined with android:imeOptions=\"actionDone\" property
android:imeOptions=\"actionDone\"
I have resolved this issue. I have added the android:singleLine="true" property and it works right.
android:singleLine="true"