android 提取模式键盘和 android:digits
我有一个 EditText
字段仅限于数字和 .,-
与 android:digits
并将 android:inputType
设置为numberSigned|numberDecimal
我的问题是,当我切换到横向模式时,IME 进入提取模式,并且丢失了我输入的任何逗号(我正在测试法语区域设置)。
如果我删除 androud:inputType
,一切正常,但键盘未设置为数字小键盘。
我缺少什么?
I have an EditText
field restricted to numbers and .,-
with android:digits
and set android:inputType
to numberSigned|numberDecimal
My problem is when I switch to landscape mode, the IME goes to extracted mode and it lost any comma I put (I'm testing French locale).
If I delete androud:inputType
, everything works well but the keyboard is not set to numeric keypad.
What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚发现它是一个 Android SDK 错误:http://code.google。 com/p/android/issues/detail?id=2626
Just found it's an Android SDK bug: http://code.google.com/p/android/issues/detail?id=2626