zoukankan      html  css  js  c++  java
  • Android icons集合

    Android icons集合:

    Be aware that the style changes occur fairly regularly with each major release, so it's always worth checking current guidelines!

    General Guidelines

    Pixel Densities

    Android icons require five separate sizes for different screen pixel densities. Icons for lower resolution are created automatically from the baseline.

    mdpi (Baseline): 160 dpi
    hdpi: 240 dpi 1.5×
    xhdpi: 320 dpi
    xxhdpi: 490 dpi
    xxxhdpi: 640 dpi
     
    Sizes (px)Format and namingNotes

     

    Launcher icons

    48 × 48 (mdpi)
    72 × 72 (hdpi)
    96 × 96 (xhdpi)
    144 × 144 (xxhdpi)
    192 × 192 (xxxhdpi)
    512 × 512 (Google Play store)
    .png Three-dimensional, front view, with a slight perspective as if viewed from above, so that users perceive some depth.

     

    Action bar, Dialog & Tab icons

    24 × 24 area in 32 × 32 (mdpi)
    36 × 36 area in 48 × 48 (hdpi)
    48 × 48 area in 64 × 64 (xhdpi)
    72 × 72 area in 96 × 96 (xxhdpi)
    96 × 96 area in 128 × 128 (xxxhdpi)
    .png These icons are used in the action bar menu. The first number is the size of the icon area, and the second is file size.

     

    Small Contextual Icons

    16 × 16 (mdpi)
    24 × 24 (hdpi)
    32 × 32 (xhdpi)
    48 × 48 (xxhdpi)
    64 × 64 (xxxhdpi)
    .png

    Small icons are used to surface actions and/or provide status for specific items. For example, in the Gmail app, each message has a star icon that marks the message as important.

     

    Notification icons

    22 × 22 area in 24 × 24 (mdpi)
    33 × 33 area in 36 × 36 (hdpi)
    44 × 44 area in 48 × 48 (xhdpi)
    66 × 66 area in 72 × 72 (xxhdpi)
    88 × 88 area in 96 × 96 (xxxhdpi)
    .png These are used to represent application notifications in the status bar. They should be flat (no gradients), white and face-on perspective
  • 相关阅读:
    怎么样通过API函数获取tooltip的内容(请高手帮忙)
    Ajax控件之Accordion控件学习
    C#中结构与类的区别
    C# ref and out 区别
    java 将PDF文件的首页提取为图片
    围住浮动元素(消除浮动)的三种方法
    myeclipse unable to install breakpoint
    C#调用C++编写的COM DLL
    高手教你玩53kf在线客服的指定客服功能
    让IIS支持Flv的详细设置方法
  • 原文地址:https://www.cnblogs.com/spring87/p/5390432.html
Copyright © 2011-2022 走看看