My designer has given images for different resolutions. Hdpi,Mdpi,hdpi,xhdpi(only for phone).
Now when I started same app for tablet application. Designer has given another images. for big screen.
So my question is,
Is there any different drawable folder name for tablet images?
I know the concept of ldpi,hdpi,mdpi,xhdpi but when there is 7" tablet with ldpi or mdpi then where should I put images. becaue I have already put phone images in drawable-ldpi/mdpi/hdpi,xhdpi.