Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tablet drawable folder for tablet [duplicate]

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.

like image 230
dev Avatar asked Dec 02 '22 19:12

dev


1 Answers

For the 10-inch Tablets

res/drawable-xlarge-mdpi/

for 7-inch Tablets

res/drawable-large-mdpi/ or res/drawable-large

like image 53
Timson Avatar answered Dec 10 '22 13:12

Timson