Specs for Nexus7 is 7-inch screen, 1280 x 800 resolution and 216 pixels-per-inch. I made drawable-xlarge-hdpi folder and put image in that folder. But when I check bitmap size, I get smaller size than actual size. What is wrong? I tried drawable-large-hdpi, but the result is the same.
image = BitmapFactory.decodeResource(res, R.drawable.image);
int width = image.getWidth(); // this returns smaller than actual size.