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"