Reputation: 1598
I have a problem in mapping between old and new Android drawable resolutions. I have an app with drawable files named:
What are their corresponding in
Upvotes: 1
Views: 75
Reputation: 83527
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.
Upvotes: 0
Reputation: 74
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.
Upvotes: 0