为什么我的自定义软键盘的分辨率在 Android 平板电脑上没有增加?
我正在定制android SDK的软键盘示例。当我把它安装在10英寸平板电脑上时,这个键盘的分辨率很低而且很难看。我的意思是它在平板电脑上使用 PocketPc 的分辨率。我使用 getMaxWidth() 方法获取软键盘的宽度,在 pocketpc (android 2.3) 和平板电脑 (android 3.2) 中,它返回 545。
如何根据设备的分辨率增加键盘的分辨率?
I am customizing the softkeyboard sample of android SDK. The resolution of this keyboard is low and ugly when I install it on the 10in tablet. I mean it uses the resolution of PocketPc on the Tablet Pc. I get the width of softkeyboard using method getMaxWidth() and in both pocketpc (android 2.3) and tablet (android 3.2) it returns 545.
How can I increase the resolution of my keyboard depending on the resolution of my device?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了答案:
我的参考是此链接。
I found the answer:
My reference is this link.