user1078760
user1078760

Reputation: 749

How to make drawables and other design items for different resolutions?

I'm a new on Android, have checked official guide for my questions but I haven't found it. I need to make drawables for different layout, but I don't know what means mdpi, ldpi, hdpi - which range of resolution values should I use for each drawables? For example, from 100x100 to 200x200 px for mdpi, ...x... for ldpi, etc

Upvotes: 1

Views: 92

Answers (1)

Arash
Arash

Reputation: 12465

Have you seen this page http://developer.android.com/guide/practices/screens_support.html

Upvotes: 2

Related Questions