Android Question Multiline EditText with Done Button in Keyboard

Slacker

Active Member
Licensed User
Longtime User
Hello Folks!
As the title, is it possible to having "Done" button in keyboard when we're writing on multiline EditText ?

Thank you ! ;)
 

Slacker

Active Member
Licensed User
Longtime User
Thank you margret.... i think my stress is taking me over my skills :D :p :O
 
Upvote 0

jury

New Member
hi, i have tried to set the proprierties of
editTextRR.singleline=false
editTextRR.forcedonebutton=true
on my ediTextRR object located on my Layout but
when user write into ediTextRR, the virtual keyboard does not show "hide keyboard button"
can anyone help me ?
 
Upvote 0

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Im having a problem with this and dont know how to solve it.
I have a memo EditText as the LAST view in the activity, its multline with foce done, but done button is expected to be enter in the multiline text and then the user cant leave the field with the keyboard and gets confused.
Even if you have more edittext after the multiline you cant leave the multiline because thers no next field or tab to the next edit in the keyboard.
Which is the better approach to solve this?
 
Upvote 0
Top