Skip to content

Instantly share code, notes, and snippets.

@florianbachmann
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florianbachmann/6d7e7ac914541c893ef8 to your computer and use it in GitHub Desktop.
Save florianbachmann/6d7e7ac914541c893ef8 to your computer and use it in GitHub Desktop.
Screensizes for Icons and Splashscreens
iOS
AppIcon60x60.png ( 60x 60 - iPhone 4)
AppIcon60x60@2x.png ( 120x 120 - iPhone 5)
AppIcon60x60@3x.png ( 180x 180 - iPhone 6)
AppIcon76x76~ipad.png ( 76x 76 - iPad)
AppIcon76x76@2x~ipad.png ( 152x 152 - iPad)
Default@2x.png ( 640x 960 - iPhone 4)
Default-568h@2x.png ( 640x1136 - iPhone 5)
Default-667h@2x.png ( 750x1334 - iPhone 6)
Default-736h@3x.png (1242x2208 - iPhone 6 Plus)
Default~ipad.png ( 768x1024 - iPad)
Default@2x~ipad.png (1536x2048 - iPad)
Android
icon-48-mdpi.png ( 48x 48 - mdpi)
icon-72-hdpi.png ( 72x 72 - hdpi)
icon-96-xhdpi.png ( 96x 96 - xhdpi)
icon-144-xxhdpi.png ( 144x 144 - xxhdpi)
icon-192-xxxhdpi.png ( 192x 192 - xxxhdpi)
icon-512-web.png ( 512x 512 - Google Play store)
screen-port-mdpi.png ( 320x 480)
screen-port-hdpi.png ( 480x 800)
screen-port-xhdpi.png ( 720x1280)
screen-port-xxhdpi.png ( 960x1600)
screen-port-xxxhdpi.png (1280x1920)
Dieser Link kann beim erstellen der Android-Assets helfen:
http://romannurik.github.io/AndroidAssetStudio/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment