Android 启动器图标圆角边缘半径

Android Launcher Icon Rounded Corner Edge Radii

对于 Android 启动器图标圆角时边缘半径应该是多少像素,是否有任何官方指南?

我找到了 launcher icon pixel sizes (but rounded corners aren't mentioned), a tool called Android Asset Studio which rounds the corners for you (but the tool provides undesirable and non-configurable padding around the edges of each icon), and another tool called Icon Slayer 的指南(但该工具创建的角我觉得太圆了,感觉非常 iOS)。

我还注意到,在我个人使用的所有启动器图标上都有圆角的应用程序中,边缘半径似乎总是因图标而异。当我将各种图标并排放置时,有些图标看起来很接近,但大多数感觉 只是有点偏离

有什么帮助吗?

查看 Google's official Material Design guidelines for Icons 页面下方 sub-heading 角落.
下的大约三分之二 它表示您应该在角上使用 2px 半径。如果往上看几个部分,在 内容区域 标题下,您会看到这是一个 24x24 像素的图标。您可以从那里扩大到其他分辨率。

根据 Materiel 准则,角的半径应为图标大小的 8.33%

所以如果你项目中的图标大小是: 1000px x 1000px,那么圆角半径应该是83.3px.

但是,您可能应该使文档比这更大。 也许 2000px x 2000px,半径:

  • 2000px * 0.0833 = 166.6px

这是为了以防万一您需要导出大于 1k 像素的图标版本。

192x192 像素网格上的正方形和矩形用作 android 产品图标的背景形状时,应始终具有 12px 半径角。

Read details