I am facing a problem with xxxhdpi android resources. I created the folder drawable-xxxhdpi and android is getting the resources from that folder when I use for example a Nexus 6 (xxxhdpi device). The problem is that all of my xxxhdpi resources are losing many pixels in that density. For example, I have a 48x48px png in xhdpi folder, when I launch the app in a XHDPI device and I take a screenshot and I get the size of that png I get 48x48, and that is right. The same with hdpi, xxhdpi, but not the same with xxxhdpi. I'll give a real example. I have a 432x366px png in drawable-xxxhdpi and when I get the screenshot in a xxxhdpi device I get 378x320px. I don't know why it is happening. In Android Studio Canvas happens the same. I need help.
Thanks.
(I'm sorry for my english)