-2

I know that android:inputMethod="" is deprecated but still can any one give me the example values. Specially When we have our own keyboard with own inputmethod. I tried with many ways but each time it crashed.

1 Answers1

0

I have one Example for that

  android:inputMethod="android.text.method.DateTimeInputMethod"

specifies that this TextView should use the specified input method (specified by fully-qualified class name).

Divyang Panchal
  • 1,889
  • 1
  • 19
  • 27