android 提取模式键盘和 android:digits

发布于 2024-10-17 18:37:13 字数 309 浏览 3 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鼻尖触碰 2024-10-24 18:37:13

刚刚发现它是一个 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文