Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. 'iphone': 'resources/splash/splash-320x480.png',
  2. 'iphone_2x': 'resources/splash/splash-320x480@2x.png',
  3. 'iphone5': 'resources/splash/splash-320x568@2x.png',
  4. 'ipad_portrait': 'resources/splash/splash-768x1024.png',
  5. 'ipad_portrait_2x': 'resources/splash/splash-768x1024@2x.png',
  6. 'ipad_landscape': 'resources/splash/splash-1024x768.png',
  7. 'ipad_landscape_2x': 'resources/splash/splash-1024x768@2x.png',
  8.  
  9. // Android
  10. 'android_ldpi_portrait': 'resources/splash/splash-200x320.png',
  11. 'android_ldpi_landscape': 'resources/splash/splash-320x200.png',
  12. 'android_mdpi_portrait': 'resources/splash/splash-320x480.png',
  13. 'android_mdpi_landscape': 'resources/splash/splash-480x320.png',
  14. 'android_hdpi_portrait': 'resources/splash/splash-480x800.png',
  15. 'android_hdpi_landscape': 'resources/splash/splash-800x480.png',
  16. 'android_xhdpi_portrait': 'resources/splash/splash-720x1280.png',
  17. 'android_xhdpi_landscape': 'resources/splash/splash-1280x720.png'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement