2013-01-23 84 views

回答

2

使用|

所以你的情況,你想TYPE_TEXT_FLAG_AUTO_COMPLETE的文本視圖標誌的autocompletetextview

android:inputType = "textAutoCorrect|textAutoComplete" 

示例一個EditText

<EditText 
    android:id="@+id/editText" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:inputType = "textAutoCorrect|textAutoComplete"> 

爲標誌的完整列表,您可以在inputType規定,請參閱documentation