开发者

How to get custom virtual keyboard in android?

开发者 https://www.devze.com 2023-03-03 16:28 出处:网络
I need to get virtual keyboard开发者_StackOverflow中文版 like that contains allnumbers maybe through android:keyboard

I need to get virtual keyboard开发者_StackOverflow中文版 like that contains all numbers maybe through android:keyboard

i also need a keyboard that contains all alphabets only


As far as i know, there is no "only alphabet" keyboard is available using android:keyboard. But what you can do is

1) Restrict input of numbers by manually putting a validation in your edittext field. 2) You can create your own virtual keyboard. This link contains some information for the purpose.

0

精彩评论

暂无评论...
验证码 换一张
取 消