2011-10-14 61 views
0

我在一些移動拼寫檢查中輸入編輯文本中的文本在某些不支持的情況下,我有htc,所以它在拼寫檢查時輸入文本在編輯文本中所以如何禁用它的編輯文本android? 感謝...如何在編輯文本中輸入密碼時禁用拼寫檢查android

XML進行編輯的文本是

<EditText 

android:layout_marginTop="125dip" 
android:layout_marginLeft="20dip" 
android:layout_marginRight="20dip" 
android:id="@+id/editText2" 
android:layout_height="40dip" 
android:layout_width="fill_parent"/> 

回答

3

我覺得如果你定義android:inputType="textPassword"然後它會自動關機這樣的拼寫檢查功能。

相關問題