這是EDITTEXT我已經在佈局XML定義:的EditText自動更正和自動完成不工作
<EditText android:id="@+id/msg_text_input"
android:text=""
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_toLeftOf="@id/msg_button_send"
android:imeOptions="actionNone"
android:inputType="text|textAutoComplete|textAutoCorrect|textShortMessage"/>
然而,沒有自動完成,沒有自動更正後,需要點擊我的EditText上並開始打字的地方。我錯過了什麼?
這對我不起作用......並且eclipse中的彈出窗口顯示autoText已被棄用。 – tomwhipple 2012-01-20 00:25:34
我想你正在編譯一個更新的Android - 它看起來像現在應該使用'inputType'來代替。請參閱:http://developer.android.com/reference/android/R.attr.html#autoText – 2012-01-20 21:36:19