Google Glass时间轴项目操作:图标尺寸是多少?

时间:2013-07-17 18:40:18

标签: google-mirror-api google-glass

“iconUrl”中为自定义时间轴项目操作指定的图标的原生图像尺寸是多少?

这似乎还没有记录。

3 个答案:

答案 0 :(得分:2)

根据UI Guidelines上的文档,menuItems的图标应为50 x 50像素,透明为白色:

  

设计菜单时请遵循以下准则:

     
      
  • 如果指定图标,请使用50x50像素图像。
  •   
  • 如果可能,请将显示名称限制为几个字。
  •   
  • 使用内置菜单项的默认图标和显示名称,除非您将菜单项用于非常不同的内容。
  •   

答案 1 :(得分:2)

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

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

source

答案 2 :(得分:1)

这是时间卡使用的默认css样式表:

https://mirror-api-playground.appspot.com/assets/css/base_style.css

它包含可在时间卡中使用的所有元素的尺寸。