简体   繁体   中英

Google Glass Launcher Icon Size

I am developing an android application for google glass using GDK. I found that the application is picking up the ic_launcher icon form the hdpi folder ie 72x72 pixel icon.

I want to know that is it the recommended icon size for the google glass applications?

Also what are the recommended icon size(72x72,96x96... etc.) and folder(hdpi, mdpi.. etc.) for the menu, sub-menu, activity, timeline icons.

Here is the solution...

xxhdpi : 144x144 px

xhdpi : 96x96 px

hdpi : 72x72 px

mdpi: 48x48 px

ldpi: 36x36 px

For more details for iconography must go with...

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

For Glass, I think providing hdpi icon is sufficient

Here is a brief list of the specs to guide your development:

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

I finally found the list of icon size here.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM