Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能在 TextView / TextBox 中禁用某些输入,如空格键、换行符等?
有几种方法可以限制对 EditText 的输入。
其中最重要的是设置 android:inputType。选项列表在这里。
您还可以设置一个 TextWatcher。文档在这里。