有没有办法立即显示屏幕键盘的数字视图?那么用户不会对“百”而不是“100”?
非常感谢
答案 0 :(得分:1)
android:numeric="integer"
在您的edittext中使用它...
你也可以使用十进制,签名
了解更多详情http://androidblogger.blogspot.com/2009/01/numeric-edittext-and-edittext-with-max.html
答案 1 :(得分:1)
答案 2 :(得分:1)
我认为您要设置TextView inputType:http://developer.android.com/reference/android/widget/TextView.html#setInputType%28int%29。
特别要求数字键盘的示例是http://android-er.blogspot.com/2010/07/some-examples-of-inputtype-on-edittext.html
答案 3 :(得分:0)
将下面的代码放入Edittext视图中。 。 。
android:numeric="integer"
android:phoneNumber="true"
如果这个提示有帮助你然后投票给我。 。 。