I have an EditText and I try to change the caption of the return key show on the virtual keyboard like this :
editText.setSingleLine;
editText.setImeActionLabel("GO", IME_ACTION_GO);
editText.setImeOptions(IME_ACTION_GO);
But strangely i have always the caption "DONE" ?
What did i miss ?