1
votes

I have a problem in mapping between old and new Android drawable resolutions. I have an app with drawable files named:

  • drawable
  • drawable-hdpi
  • drawable-large-hdpi
  • drawable-large-mdpi
  • drawable-ldpi
  • drawable-sw800dp
  • drawable-xhdpi

What are their corresponding in

  • ldpi
  • mdpi
  • hdpi
  • xhdpi
  • xxhdpi
  • xxxhdpi
2

2 Answers

0
votes

Some of them are the same as below, e.g. hdpi = hdpi

Large and sw800dp belong to the screen size and not to the resolution.

0
votes

AFAIK, none of the resolution modifiers you stated are "new". They have all been around for a while. The other modifiers you currently use are for other properties, not resolution.