How can restrict my EditText input to some special character like backslash(/),tild(~) etc by soft keyboard in android programmatically

前端 未结 10 1912
故里飘歌
故里飘歌 2020-12-08 04:02

I am developing an application for keyboard, but i am geting an issue. I want to restrict/block some special character from soft keyboard in EditText in android programmatic

10条回答
  •  一向
    一向 (楼主)
    2020-12-08 04:14

    check this link which shows How to restrict special characters from an Android EditText field?

    Try this code android:digits="abcde.....012345789" i guess this is the easiest way to do.Hope this help you.

提交回复
热议问题