为 Honeycomb 平板电脑设计应用程序小部件的最佳方法是什么?
我一直在研究 Android 开发者网站上的几个页面,包括这一页: http://developer.android.com/guide/practices/ui_guidelines/widget_design .html#sizes
但是,它们都使用 (cell x 74dp) - 2dp 度量,这对于 Honeycomb 平板电脑似乎无法正常工作,因为它们具有更高的尺寸屏幕分辨率和尺寸。有什么想法吗?
I've been studying a few pages on the Android developer site, including this one:
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html#sizes
However, they all use the (cell x 74dp) - 2dp measure, and that doesn't seem to be working properly for Honeycomb tablets, as they have a higher screen resolution and size. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
随着 Ice Cream Sandwich 的发布,应用程序小部件的文档也得到了更新,我认为它好多了。我发现它非常有用:
http://developer.android.com/guide/practices /ui_guidelines/widget_design.html
Along with the announcement of Ice Cream Sandwich also come updated documentation on the app widgets, and I think it's a lot better. I found it very useful:
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html