1

我正在使用 GDK 为 google glass 开发一个 android 应用程序。我发现应用程序正在从 hdpi 文件夹中获取 ic_launcher 图标,即 72x72 像素图标。

我想知道这是 google glass 应用程序的推荐图标大小吗?

此外,菜单、子菜单、活动、时间线图标的推荐图标大小(72x72、96x96...等)和文件夹(hdpi、mdpi..等)是多少。

4

3 回答 3

1

以下是指导您开发的规范的简要列表:

Screen aspect ratio
    16x9
Screen resolution
    640 x 360 pixels
Share contact icon size
    640 x 360 pixels
Menu option icon size
    50 x 50 pixels
Supported media format
    Container: MP4
    Video: H.264 baseline and H.263 baseline
    Audio: AAC and MP3
于 2014-12-10T20:22:16.143 回答
1

这是解决方案...

xxhdpi : 144x144 像素

xhdpi : 96x96 像素

hdpi:72x72像素

mdpi:48x48 像素

ldpi:36x36 像素

有关图像学的更多详细信息必须与...

http://developer.android.com/design/style/iconography.html

对于 Glass,我认为提供 hdpi 图标就足够了

于 2014-09-23T05:18:27.633 回答
0

我终于在这里找到了图标大小的列表。

https://developers.google.com/glass/distribute/checklist

于 2014-09-23T05:13:36.980 回答