【发布时间】:2014-03-19 13:21:34
【问题描述】:
According to the official Android Design Documentation,可触摸的 UI 组件应至少高 48 dp,宽至少 48 dp,
On average, 48dp translate to a physical size of about 9mm (with some variability). This is comfortably in the range of recommended target sizes (7-10 mm) for touchscreen objects and users will be able to reliably and accurately target them with their fingers..
虽然此处的图像显示项目包含在 48dp 的行中,但 UI 组件的实际边界小于 (,铅笔图标最大为 32 dp,按钮最大为 40 dp(垂直)。这张图片是否与我对信息的解释有所不同?
此外,设计文档指出可触摸的 UI 组件之间的间距应为 8dp。但是,操作栏中的项目在它们之间的可触摸区域之间没有 8 db 的间距。以下是官方 Gmail 应用中操作栏项目的屏幕截图。
事实上,我想不出任何谷歌应用程序实际上在 UI 组件之间只有 8dp 的空间。我是否误解了这些准则?项目之间是否应该没有边距空间而只有填充空间?
【问题讨论】:
标签: android android-ui