Android Asset Studio

Iš OeeTechWiki.
Jump to navigation Jump to search

Android Asset Studio

Norėdami sukurti android studio ikonas naudokite šią programinę įrangą:

  • Webinė versija

https://romannurik.github.io/AndroidAssetStudio/index.html

  • Desktop versija

https://developer.android.com/studio/write/image-asset-studio.html


Android Laucher Icon yra tokių matmenų:

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


Basically, all of the other icons should be in proportion to the 'baseline' icon, MDPI at 48 x 48.

Launcher icons (.Png)

  • LDPI should be 36 x 36 ; MDPI x 0.75.
  • mdpi=188*110 48 × 48 MDPIx1 (Baseline)
  • TVDPI is MDPI x 1.33
  • hdpi=281*164 72 × 72 ; MDPI x 1.5
  • xhdpi=375*219 96 × 96 ; MDPI x 2.)
  • xxhdpi=563*329 144 × 144 ; MDPI x 3.
  • xxxhdpi=750*438 192 × 192; MDPI x 4.
  • WEB 512 × 512 (Play store)


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


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)*


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)*


Small Contextual Icons

  • 16 × 16 (mdpi)
  • 24 × 24 (hdpi)
  • 32 × 32 (xhdpi)
  • 48 × 48 (xxhdpi)
  • 64 × 64 (xxxhdpi)*


The xxxhdpi size needed only by the launcher icon as the Supporting multiple Screens official site says.