【发布时间】:2015-03-08 13:51:40
【问题描述】:
首先,这个问题是相关的:How big should Action Bar(Toolbar) icons be in the new Android Material design?
在相关问题中,操作栏图标的触摸目标大小应为 48dp。关于 Material Design 中的这些图标大小,我想澄清几点:
在此页面上:Material Design Keylines - Touch Target Size 有两个图标,搜索图标很小 (24dp) 和配置文件图标大得多 (40dp)。在 48dp 触摸目标内,有没有关于图标应该有多大的建议?看起来您可以从 Material Design 站点下载的操作栏图标是 40dp(即作为链接站点中的配置文件按钮)。
我认为旧的 Iconography 指令对于 Material Design 来说已经过时了,对吗?此页面说图标应该是 32dp 和 24dp 图标:Iconography。
我还注意到 Android Asset Studio 和 Android Asset Studio for Material Design 生成 xxhdpi 具有 96x96 像素 的操作栏图标,但我认为它们应该是 144x144 像素。我假设这是因为 Material Design 站点图标中的 xxhdpi 48dp 操作栏图标是 144x144 像素。 xxhdpi 的 Material Design ActionBar 图标应该是 144x144 像素是否正确?
【问题讨论】:
标签: android material-design android-icons