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 上的输入类型(或通过代码也应该工作)设置为textEmailAddress
textEmailAddress