Scaling ratio in Android images?

▼魔方 西西 提交于 2019-12-03 14:00:24

Mostly they use these standard sizes:

ldpi: 36*36 mdpi: 48*48 hdpi: 72*72 xhdpi: 96*96

Its so simple.

If image size is 50*50 for Ldpi then:

MDPI => 67*67

HDPI => 100*100

XHDPI => 125*125

You can use this simple tool to figure out the conversions. it doesn't have the xxhdpi, but you can easily modify it to calculate it for you

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!