Drawable folder for 8 inch tablets

后端 未结 4 1939
一整个雨季
一整个雨季 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:43

    enter image description here

    You can use : "drawable-sw720dp" for 10'' tablets, containing 720px-width images" for the 8" Tablet .

    For more info you can refer here , as 8" is reside between 7-10 Range so that you can use 10" drawable folder

    http://developer.android.com/guide/practices/screens_support.html

提交回复
热议问题