How can I code the app such that if the device is 7inch tablet it should take images from drawable-xhdpi? I could of course create folder drawable-sw600dp-hdpi and put my xhdpi images there but the app limit is 50MB, so I need to figure it out.
Asked
Active
Viewed 61 times
1
-
doesnt a 7 inch tablet pull xhdpi images by default, if no sw600dp-hdpi folder is defined? – Daniel Bo Feb 05 '14 at 16:28
-
no if it is nexus-7 it takes from hdpi if there is no sw600dp-hdpi folder. i checked – Nazerke Feb 05 '14 at 16:29