Custom Keyboard on Custom Dialog (Android)

后端 未结 1 2077
遇见更好的自我
遇见更好的自我 2020-12-17 06:20

How can I use custom keyboard when open custom dialog with EditText ?

I use keyboard View in my project ,I wanna show my custom keyboard when open custom dialog

相关标签:
1条回答
  • 2020-12-17 07:01

    check this tutorial Create Your Own Custom Keyboard

    in additional in order to intercept the keyboard events you can overrider the onTouch events see the link i posted

    0 讨论(0)
提交回复
热议问题