Guest User

Untitled

a guest
Apr 27th, 2018
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ## Android
  2.  
  3. ### Icon
  4.  
  5. | Dimension | Size and Use |
  6. |-----------|--------------|
  7. | Original | 512×512 - Play Store (with alpha channel) |
  8. | xxxhdpi | 192px |
  9. | xxhdpi | 144px |
  10. | xhdpi | 96px |
  11. | hdpi | 72px |
  12. | mdpi | 48px |
  13. | ldpi | 36px |
  14.  
  15. ### Spash Screen
  16.  
  17. | Dimension | Size and Use |
  18. |-----------|--------------|
  19. | xxxhdpi | 1280x1920 |
  20. | xxhdpi | 960x1600 |
  21. | xhdpi | 720x1280 |
  22. | hdpi | 480x800 |
  23. | mdpi | 320x480 |
  24. | ldpi | 200x320 |
  25.  
  26. *_Portrait sizes!_*
  27.  
  28. ### Play Store Images
  29.  
  30. `1024x500` banner for Play Store
  31.  
  32. ## iOS
  33.  
  34. ### Icon
  35.  
  36. | Image size | Usage | Filename | Details |
  37. |------------|-------|----------|---------|
  38. | 20x20 | iPad Notifications iOS 7 - 11 | Icon-App-20x20@1x.png | |
  39. | 40x40 | iPad and iPhone Notifications iOS 7 - 11 | Icon-App-20x20@2x.png | |
  40. | 60x60 | iPhone Notifications iOS 7 - 11 | Icon-App-20x20@3x.png | |
  41. | 29x29 | iPad and iPhone Settings and Spotlight | Icon-App-29x29@1x.png | |
  42. | 58x58 | iPad and iPhone Settings and Spotlight | Icon-App-29x29@2x.png | |
  43. | 87x87 | iPhone Settings and Spotlight | Icon-App-29x29@3x.png | |
  44. | 40x40 | iPad | Icon-App-40x40@1x.png | |
  45. | 40x40 | iPad | Icon-App-40x40@2x.png | |
  46. | 40x40 | iPhone | Icon-App-40x40@2x.png | |
  47. | 40x40 | iPhone | Icon-App-40x40@3x.png | |
  48. | 50x50 | iPad | Icon-App-50x50@1x.png | |
  49. | 50x50 | iPad | Icon-App-50x50@2x.png | |
  50. | 57x57 | iPhone | Icon-App-57x57@1x.png | |
  51. | 57x57 | iPhone | Icon-App-57x57@2x.png | |
  52. | 60x60 | iPhone | Icon-App-60x60@2x.png | |
  53. | 60x60 | iPhone | Icon-App-60x60@3x.png | |
  54. | 72x72 | iPad | Icon-App-72x72@1x.png | |
  55. | 72x72 | iPad | Icon-App-72x72@2x.png | |
  56. | 76x76 | iPad | Icon-App-76x76@1x.png | |
  57. | 76x76 | iPad | Icon-App-76x76@2x.png | |
  58. | 83.5x83.5 | iPad | Icon-App-83.5x83.5@2x.png | |
  59. | 1024x1024 | ios-marketing | Icon-App-iTunesArtwork@2x.png | Should NOT have alpha channel |
Add Comment
Please, Sign In to add comment