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.
多くのエミュレーターを作成しましたが、エミュレーターに「完了」ボタンが表示されませんでした。この問題を解決するためのアイデアはありますか? スクリーンショットを添付しましたエミュレータのスクリーンショット
xmlに次の 2 行を追加するだけです。
android:imeOptions="actionDone" android:singleLine="true"
終わり
android:imeOptions="actionDone"EditText に追加してみてください。
android:imeOptions="actionDone"