Drawable folder for 8 inch tablets

后端 未结 4 1978
一整个雨季
一整个雨季 2021-01-06 11:45

I am working in an android application and I want to support my application in all devices. But I don\'t know from which drawable folder 8 inch tablet takes

4条回答
  •  情歌与酒
    2021-01-06 12:18

    "drawable-sw600dp" for 7'' tablets, containing 600px-width images

    "drawable-sw600dp" is the folder that applies the drawable properties of device with minimum 600dp width.

    So you dont need to worry about it.The android system will automatically suites drawable from sw600dp to 8 Inch Tablets

    Have a Nice Day ....

提交回复
热议问题