键盘发送或完成按钮在 WildFire a3333 中不可见
我在 xml 中为 Edittext 使用 android:imeOptions="actionSend" 或 android:imeOptions="actionDone" 。 Send 或 Done 键对于所有模拟器 QVGA、HVGA、WVGA... 都是可见的,但是在我的 HTC WildFire a3333 中安装应用程序时,返回键可见,此键中没有发生任何操作
注意: I我的 Android 手机无法使用任何第三方键盘。
提前致谢
I use android:imeOptions="actionSend" or android:imeOptions="actionDone" in xml for Edittext. Send or Done key is visible for all the simulator QVGA,HVGA,WVGA.... but while installing the application in my HTC WildFire a3333 return key is visible no action is happening in this key
Note: I can not use any third party keypad in my android phone.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我找到了答案,我使用 android:imeOptions="actionDone" 我覆盖了 java 代码中的完成操作,它将适用于所有设备。
At last i find answer i use android:imeOptions="actionDone" i overwritten the done action in java code it will work for all the device.