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.
我有一堆 EditText,当用户点击这些时,会出现一个键盘,用户可以输入一些文本。
我想让它使键盘全部为大写字母(即永久锁定大写字母)。
这可能吗?
您可以尝试在 XML 文件的 EditText 标记中使用 android:inputType = "textCapCharacters"。