How to set up my Photoshop for Android UI design ? I have several dimension e.g
- 540 x 960
- 960 x 540
- 480 x 800
- 800 x 480
- 1024 x 600
- 600 x 1024
- 1024 x 800
- 800 x 1024
- 1280 x 800
- 800 x 1280
So how could I set up Photoshop ? Or does i set up through mdpi, Ldpi, Hdpi?
What should be resolution for this dimension?
2
Answers
To create alternative drawable bitmap for different densities, You Should follow the scaling ratio 3:4:6:8 Between the oven generalized densities. For example, if You Have a drawable bitmap that’s 48×48 pixels for medium-density screen (the size for a launcher icon), all the different sizes Should Be:
This is for Splash screen image size
More information on multiple screens here
You can generate a Hi-res image and use a tool to get it for differents resolutions.
Like this one:
http://romannurik.github.io/AndroidAssetStudio/nine-patches.html