force done

  1. M

    Android Question EditText disable "Next" button in keyboard

    Hi everyone, I've an UI setup that can cause problem if an user tap on the "Next" button on the keyboard when writing in an EditText. I wish to know if its possibile to disable it, or intercept its press and cancel the standard behavior (like _KeyPress). At the moment I worked around the...
  2. rleiman

    Android Question Forcing the virtual keyboard to display the "Done" button.

    Greetings, In my EditText field from the Designer, I have the "Force Done" property set. The "Done" button is not displayed on the virtual keyboard. Instead, the "Newline" button is displayed. Is there a way using coding to force the "Done" button to be displayed? Thanks.
Top