actionDone imeOption doesn't work on EditText in Android 2.3

前端 未结 3 897
臣服心动
臣服心动 2020-12-14 00:39

I have a problem using an EditText in Android 2.3.

I have an EditText defined with android:imeOptions=\"actionDone\" property

3条回答
  •  既然无缘
    2020-12-14 01:03

    Another noteworthy point is that the android:imeOptions don't work if you specify android:digits. Not sure if this affects all android versions.

提交回复
热议问题