-1

How can I "disable" (don't draw it pressed) keyboard's keys (but touching key) then I slide upon the keyboard?

Scit
  • 1,722
  • 4
  • 15
  • 18

1 Answers1

0

I am very new at Android development, but maybe I can help a little.

There probably is an event you can capture. Then you would have to evaluate the value inside the textbox and then remove that character from the textbox.

Look for an event that gets called when a key is pressed on the keyboard.

Josh Pennington
  • 6,418
  • 13
  • 60
  • 93