【发布时间】:2013-01-16 13:06:24
【问题描述】:
我们使用
InputMethodManager imPharamcy = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imPharamcy .toggleSoftInput(0, InputMethodManager.SHOW_IMPLICIT);
强行获取键盘。 但键盘不仅仅是数字键盘。 如何使用 inputMethod Manager 获取仅数字键盘。
在xml中我已经给出了
android:inputType="phone"
android:imeOptions="actionNext"
editText 只接受数字 奇怪的是,在模拟器中出现了仅数字键盘,但在电话号码和特殊字符键盘上出现
【问题讨论】:
-
嘿,我遇到了同样的问题,你能分享你的代码吗?