I want to use higher size images for tablets and to decrease the size for phones.
I am doing this for all images in ImageButton.
I have tried placing different size images like hdpi, ldpi, mdpi etc in different folders inside drawable but this is also not working.
I have read that different layouts should be used, but in newer API Levels it is now deprecated.
Is there any easy way of doing this?