我們有一個聊天應用程序,我們最近實現了原生的Android鍵盤。除此之外,我們正在使用MultiAutoCompleteTextView實現多個自動完成功能。 Thiscan通過創建自定義標記生成器使用標準的方法,由Android DocsAutoCompleteTextView/MultiAutoCompleteTextView缺少默認詞典
一切都提到做似乎是工作,除了一個問題上的EditText轉換爲MultiAutoCompleteTextView或AutoCompleteTextView Android詞典建議停止出現的罰款。作爲一個聊天應用程序,我們顯示字典建議對我們的用戶至關重要。
有幾個其他人發佈了類似的問題,但他們認爲dint獲得了很多社區關注。 AutoCompleteTextView doesn't show dictionary suggestions
在StackOverflow上相反一個職位表明他能看到字典中的建議要求的方式來禁用它。 AutoCompleteTextView without dictionary hints
以下一些建議我加入
android:inputType="textAutoCorrect"
,但同樣是有幫助沒有。
我有一些簡單的問題:
是否有可能有辭典AutoCompleteTextView或MultiAutoCompleteTextView來?
萬一這是可能的,該怎麼辦呢?
在此先感謝。
謝謝路易斯!該解決方案像一個魅力。 – karora 2012-09-26 08:24:42