I’m aware I can set my “done” button to different things using
EditText.setImeOptions();
but how would I set it to custom text? Is it possible for me to specifiy what text I want it to be?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure whether it is possible to do so or not, but according to this article from the Android Developers website:
So I doubt that you can change it to anything other than the pre-defined “Next”, “Done”, “Send”, “Go” and “Search”.