Mobile app version of vmapp.org
Login or Join
Holmes874

: How to make drawable of android app for all density Hello I am Android Developer, working on android application. I require to make all drawables for all density for my android app. Is there

@Holmes874

Posted in: #Android #Icon #Images

Hello I am Android Developer, working on android application. I require to make all drawables for all density for my android app. Is there any standard ratio I should keep for that and any tool for that. Any idea ?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Holmes874

4 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer780

I've created a script that exports to multiple sizes. It references Androids docs here. I've already included the Android recommended values but you can create your own export icon set.

10% popularity Vote Up Vote Down


 

@Phylliss782

you can use this link for all sizes

10% popularity Vote Up Vote Down


 

@Cofer715

If you have Photoshop, it would be good for generating different size drawables.

So giving a example if I like to generate a icon say 48x48dp (Now as per Google dp is density independent pixel, 1dp=1pixel on a 160 dpi screen).


So first create a new document in PS of size 48x48 pixels with ppi set to 160. Draw/Paste your image and save it.

Now generally there are 5 types of screens low (120 dpi), medium (160 dpi), high (240 dpi), extra high (320 dpi) and 2*extra high (480 dpi).
We have already created Icon for 160dpi screen, now change the image PPI (keeping aspect ratio same) to 120/240/320/480 and you'll have drawables for all screens. Put them in respective folders. Cheers !


(You can use other softwares too for changing image size/resolution)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme