-1 是否有可能在TextView/TextBox中禁用某些輸入如空格鍵,換行符等?禁用文本框中的字符 來源 2012-05-13 Styler2go +1 我認爲這可能有些用處:http://developer.android.com/reference/android/widget/TextView.html#setKeyListener%28android.text.method.KeyListener%29。雖然我不確定。 –
0 有幾種方法可以將輸入限制在EditText中。 其中最重要的是設置android:inputType。選項列表here。 您也可以設置TextWatcher。文檔here。 來源 2012-05-13 11:25:44 Barak
我認爲這可能有些用處:http://developer.android.com/reference/android/widget/TextView.html#setKeyListener%28android.text.method.KeyListener%29。雖然我不確定。 –