Issue
For example, I provide some image in ldpi, mdpi and xhdpi folder.
When I run app on device with hdpi density, which resource will it pick - ldpi or mdpi?
Solution
In this case android chooses **mdpi*. You can read more about How Android Finds the Best-matching Resource
Answered By - Alexander
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.