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.
我不知道它是否很清楚,但是当按下“下一个”(键盘的右下角)时,我正在尝试做某事,但我找不到它的键码。我试图在键码中寻找“下一个”或“输入”,但没有什么真正相关的......有人知道吗?
(实际上,我发现输入键码是准确的,但它没有做任何事情)
调用setOnEditorActionListener(),EditText并给它EditText一个合适的android:imeActionId值和一个合适的android:imeOptions值(例如,"actionSearch")。当用户点击该按钮时,您提供给的侦听器setOnEditorActionListener()将收到通知。
setOnEditorActionListener()
EditText
android:imeActionId
android:imeOptions
"actionSearch"