Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get "Done" button in android keyboard?

Tags:

android

I created many emulators but i did not get 'Done' button on emulator.any ideas to solve this problem? I have attached the screenshot Emulator' Screenshot

like image 730
Hiren Patel Avatar asked Jan 20 '13 10:01

Hiren Patel


1 Answers

Just add two lines in xml:

android:imeOptions="actionDone"
android:singleLine="true"

Done

like image 51
Hiren Patel Avatar answered Sep 28 '22 05:09

Hiren Patel