This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
How to make android devices to pick right sized images from xxhdpi and xxxhdpi resources?
Thanks for quick reply. i saw the above link, it talks about creating different dpi folders. My question is how to add same file (say loginbg.png) with different resolutions (1440X2560 and1440X2960) to support samsung s7 and samsung s8 devices under xxxhdpi folder.
You can put Launchimage.png in drawable-xxhdpi folder and drawable-xxxhdpi folder. Build & Run It, It will automatically load the image based on your device's density. So if your device density is xxhdpi then it will load the Launchimage.png under drawable-xxhdpi.